$(document).ready(function() {	
		$("a.fancybox").fancybox({

			'speedIn'		:	400, 
			'speedOut'		:	200, 
			'overlayShow'	:	.90
		});
	
});
