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