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

});

