$(document).ready(function() {	
	$("a.group").fancybox({
		'hideOnContentClick'	: false,
		'overlayShow'			: false,
		'zoomOpacity'			: true,
		'speedIn'				: 600, 
		'speedOut'				: 600, 
		'transitionIn'			: 'elastic',
		'transitionOut'			: 'fade',
		'overlayOpacity'		: .75
	});
	$("a.map").fancybox({
		'hideOnContentClick'	: false,
		'overlayShow'			: false,
		'zoomOpacity'			: true,
		'frameWidth'			: 565,
		'frameHeight'			: 475,
		'speedIn'				: 600, 
		'speedOut'				: 600, 
		'transitionIn'			: 'elastic',
		'transitionOut'			: 'fade',
		'centerOnScroll'		: true,
		'overlayOpacity'		: .75

	});
	$("a#previmg").fancybox({
		'hideOnContentClick'	: false
	});
	$("a.prevslk").fancybox({
		'hideOnContentClick'	: false
	});
	/*
	$("a.call_me_back").fancybox({
		'hideOnContentClick'	: false,
		'overlayShow'			: false,
		'zoomOpacity'			: true,
		'frameWidth'			: 730,
		'frameHeight'			: 658,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'centerOnScroll'		: true,
		'overlayOpacity'		: .75

	});*/
	$("a.call_me_back").fancybox({
		'padding'				: 0,
		'scrolling'				: 'no',
		'width'					: 730,
		'height'				: 657,
		'speedIn'				: 600, 
		'speedOut'				: 600, 
		'autoScale'				: false,
		'overlayShow'			: false,
		'transitionIn'			: 'elastic',
		'transitionOut'			: 'fade',
		'overlayColor'			: '#E12E33',
		'overlayOpacity'		: .75,
		'type'					: 'iframe'
	});
	
	/* youtube video */
	$(".pop_up_video").fancybox({
		'width'				: 655,
		'height'			: 530,
		'titleShow'			: false,
		'overlayColor'		: '000000',
		'transitionOut'		: 'fade',
		'transitionIn'		: 'fade',
		'type'				: 'iframe'

	});

	
});
