	
	$(document).ready(function() {
					
		
			$(".ex-pan-zoom").fancybox({
				'padding'			: 0,
				'titleShow'			: false,
				'width'				: 700,
				'height'			: 455,
				'type'				: 'iframe',
				'scrolling' 		: 'no'
			});
			
			
				if ($.browser.msie){ 
			  
			   $(".ex-pan-zoom").fancybox({
				'padding'			: 10,
				'titleShow'			: false,
				'width'				: 700,
				'height'			: 455,
				'type'				: 'iframe',
				'scrolling' 		: 'no'
			});
			   
			}
		});
	
	
	
	
	
		$(document).ready(function() {
					
		
			$(".videosella").fancybox({
				'padding'			: 0,
				'titleShow'			: false,
				'width'				: 700,
				'height'			: 410,
				'type'				: 'iframe',
				'scrolling' 		: 'no'
			});
			
			
								if ($.browser.msie){ 
			  
			   $(".videosella").fancybox({
				'padding'			: 10,
				'titleShow'			: false,
				'width'				: 700,
				'height'			: 410,
				'type'				: 'iframe',
				'scrolling' 		: 'no'
			});
			   
			}
			
			
		});

