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

