$(document).ready(function() {
	$("a.group").fancybox({
		'overlayShow'			: true,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
        'padding'               : 3,
        'overlayOpacity'        : 0.9,
		'titleShow'				: true,
		'titlePosition'			: 'outside'
	});

});
