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