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