$(document).ready(function() {
	$("a.zoom").fancybox({'hideOnContentClick': false});
    $(document).pngFix();
});


