$(function () {
	

	
	$("a[rel=group]").fancybox({ 
	'overlayShow': true ,  

	'overlayOpacity' : 0.4 ,
		'frameWidth' : 400 ,
	'frameHeight' : 400,
	'transitionIn' : 'none',
 'transitionOut' : 'none',
 'titlePosition' : 'none'


	}); 
	
	$("a.flashlink").fancybox({ 
	'overlayShow': true ,  
	'hideOnContentClick' :  true ,
	'overlayOpacity' : 0.4 ,
	'frameWidth' : 676 ,
	'frameHeight' : 560


	}); 
	
	
	$('ul.mainnav').superfish({ 
        
            animation:   {opacity:'show',height:'show'},  
            speed:       'slow',                         
            autoArrows:  false,                          
          
        }); 


	
	
});



