		$(document).ready(function() {
			$(".bigimage a").fancybox();
			$(".images a").fancybox();
			$("a.zoom").fancybox();
			
		});
