$(document).ready(function() {
	
	$("a.gallery, .thumbs a, .thumb a").fancybox({ 'hideOnContentClick': false, 'imageScale' : true }); 
	
});

