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

