$(document).ready(function() {
	
	$(".gallery").each(function() {
		$(this).find('a').fancybox();
	});
	
});

