
$(document).ready(function() { 
	$("a.group").fancybox({
		'hideOnContentClick': false
	});
	
	$('#galleryBtn').click(function(){
		$("a.group:first").click();
	});
	
			
});
