$(document).ready(function(){
	$("ul.sf-menu").superfish({
		autoArrows: false,
		dropShadows: false,
		animation: { height:"show" },
		speed: 0,
		delay: 800
	});
	
	$("#headers").cycle({ 
		fx:	"fade", 
		speed: 3000
	});
	
	$("#visuals").cycle({ 
		fx:	"fade", 
		speed: 3000
	});
	
	$("#branches").cycle({ 
		fx:	"fade", 
		speed: 3000
	});
});
