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