$(document).ready(function() { 
	$("a.fancybox").fancybox({ 
		'zoomSpeedIn': 500, 
		'zoomSpeedOut': 500, 
		'overlayShow': true 
	}); 
});