jQuery(document).ready(function(){

	$("ul.tabs").tabs("div.panes > div"); 

	
	jQuery(".videoFancybox",this).fancybox({
    	'overlayOpacity': 0.8,
    	'overlayColor' 	: '#000',
    	'padding'		: 10,
    	'titleShow'		: false,				
    	'transitionIn'		: 'none',
    	'transitionOut'		: 'none',
    	'autoScale'     	: false,
    	'width'				: 620,
    	'height'			: 420,
    	'scrolling'   		: 'no'		
    });


	
	
});