$(document).ready(function() {
	
	$("a.group").fancybox({ 
		'zoomOpacity'			: true,
		'overlayShow'			: true,
		'zoomSpeedIn'			: 350,
		'zoomSpeedOut'		: 350
	}); 

});
