jQuery(function($){    	
	$(".zoom_img").fancybox({
	'zoomSpeedIn'		:	500,
	'zoomSpeedOut'		:	500
    });	
	
});

