$(document).ready(function() {
			
			
			$("#grey-box").fancybox({
				 width            : 470,
				 height           : 400,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'type'				: 'iframe'
			});
			
			$("#print-brochure").fancybox({
				 width            : 800,
				 height           : 530,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'type'				: 'iframe'
			});
			
			$("#grey-box-print").fancybox({
				 width            : 800,
				 height           : 530,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'type'				: 'iframe'
			});
			
			$("#grey-box-flipKey").fancybox({			
				 width            : 470,
				 height           : 270,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'scrolling'       : 'no',
				'type'				: 'iframe'
				
			});
			
			$("#grey-box-pet-policy").fancybox({			
				 width            : 800,
				 height           : 530,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'type'				: 'iframe'
				
			});
			
			$("#grey-box-heat-policy").fancybox({			
				 width            : 830,
				 height           : 320,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'type'				: 'iframe'
				
			});
			
			$("#grey-box-send-to-friend").fancybox({
				 width            : 440,
				 height           : 500,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'type'				: 'iframe'
			});
			
			$("#grey-box-send-to-friend2").fancybox({
				 width            : 440,
				 height           : 500,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'type'				: 'iframe'
			});
			
			$("#rental-management-video").fancybox({
				 width            : 500,
				 height           : 375,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'scrolling'       : 'no',
				'type'				: 'iframe'
			});
			
				$("#rental-management-video-ad").fancybox({
				 width            : 474,
				 height           : 455,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'scrolling'       : 'no',
				'type'				: 'iframe'
			});
			$("#social-terms").fancybox({
				 width            : 755,
				 height           : 500,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'scrolling'       : 'yes',
				'type'				: 'iframe'
			});
			$("#embedVideo").fancybox({
				 width            : 600,
				 height           : 600,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'scrolling'       : 'yes',
				'type'				: 'iframe'
			});
			$(".admin-Image").fancybox({
				
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'scrolling'       : 'none',
				'type'				: 'iframe'
			});

$(".emailFriend").fancybox({
				 width            : 990,
				 height           : 600,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.7,
				'scrolling'       : 'none',
				'type'				: 'iframe'
			});
		});
