// Background image stretch for homepage only

jQuery(document).ready(function($){
			$.backstretch("/skin/frontend/enterprise/repeat/images/bg-home.jpg", {speed: 200});	

// Function for Fancybox with video
			$(".video a").fancybox({
							'width': 640,
							'height': 360,
							'padding': 0,
							'autoScale'     	: false,
							'transitionIn'		: 'none',
							'transitionOut'		: 'none',			
							'overlayOpacity'	: '0.7',
							'overlayColor'		: '#371c1c',
							'type'				: 'iframe'
							//'callbackOnClose': function() {
							//   $("#fancy_content").empty();
							//   }
						});	
});

 
