$(document).ready(function() {
	

	$("a#popup").fancybox();
			
	
	$("a.group").fancybox({
		'hideOnContentClick': false
	});

});
