jQuery(document).ready(function($){
	$("#globalNav ul").superfish({ 
		hoverClass:  'hover',
		pathClass:  'selected',
		pathLevels:  1,
		animation:   {height:'show'},  // fade-in and slide-down animation 
		speed:         'normal',
		autoArrows: false
	});
	
	$('ul.slider').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '200px' }); 
	
});
