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

