        $(document).ready(function() {
//           alert('good!');
		$(".zoomBox a").fancybox({
			"hideOnContentClick": true
		});
 	});