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

