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