$(document).ready(function() {

		
	$("a.group_1").fancybox({
		
		'overlayShow'			: true,
		'hideOnContentClick': false
		
	});
				
});