
		$(document).ready(function() {		
			
			$("#various1").fancybox({
				'width'				: 700,
				'height'			: 300,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : 0,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
				
			});	
			
			$("#various2").fancybox({
				'width'				: 700,
				'height'			: 300,
				'border-width'		: 1,
				'border-style'		: 'solid',
				'border-color'		: '#066',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : .1,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
			});		
			
			$("#various3").fancybox({
				'width'				: 700,
				'height'			: 300,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : 0,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
			});	
			
			$("#various4").fancybox({
				'width'				: 700,
				'height'			: 300,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : 0,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
			});		
			
			$("#various5").fancybox({
				'width'				: 700,
				'height'			: 300,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : 0,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
			});		
			
			$("#various6").fancybox({
				'width'				: 700,
				'height'			: 300,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : 0,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
			});	
			
			$("#various7").fancybox({
				'width'				: 810,
				'height'			: 370,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : 0,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
			});	
			
			$("#various8").fancybox({
				'width'				: 700,
				'height'			: 300,
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'speedIn'		:	400, 
				'speedOut'		:	200,
				'overlayOpacity' : 0,
				'overlayColor' : 	'#666',
				'margin' : 206,
				'opacity' : true
			});	
			
			
		});
