
		$(document).ready(function() {

			$("a#customizeHome").fancybox({
                        'titleShow' : false,
						'hideOnContentClick' : false,
                        'transitionIn' : 'none',
                        'transitionOut' : 'none',
                        'wmode' : 'transparent',
						'centerOnScroll' : false,
                        'width' : 900,
                        'height' : 520,
						'overlayShow' : true,
						'autoScale'     	: false,
						'type'				: 'iframe'
	});

			$("a#customizeHome2").fancybox({
                        'titleShow' : false,
						'hideOnContentClick' : false,
                        'transitionIn' : 'none',
                        'transitionOut' : 'none',
                        'wmode' : 'transparent',
						'centerOnScroll' : false,
                        'width' : 900,
                        'height' : 520,
						'overlayShow' : true,
						'autoScale'     	: false,
						'type'				: 'iframe'
	});

			$("a#customizeHome3").fancybox({
                        'titleShow' : false,
						'hideOnContentClick' : false,
                        'transitionIn' : 'none',
                        'transitionOut' : 'none',
                        'wmode' : 'transparent',
						'centerOnScroll' : false,
                        'width' : 900,
                        'height' : 520,
						'overlayShow' : true,
						'autoScale'     	: false,
						'type'				: 'iframe'
	});
 
			$("#various3").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});


		});
