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