$(document).ready(function() {	
	$("a.group").fancybox({
		'hideOnContentClick'	: false,
		'overlayShow'			: false,
		'zoomOpacity'			: true,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
	$("a.map").fancybox({
		'hideOnContentClick'	: false,
		'overlayShow'			: false,
		'zoomOpacity'			: true,
		'frameWidth'			: 565,
		'frameHeight'			: 475,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'centerOnScroll'		: true,
		'overlayOpacity'		: .75

	});
	$("a#previmg").fancybox({
		'hideOnContentClick'	: false
	});
	$("a.prevslk").fancybox({
		'hideOnContentClick'	: false
	});
});