// JavaScript Document

$(document).ready(function(){		   
						   
	$("#navigation ul")
	.superfish({
		pathClass : 'active',
		animation : {opacity:'show'},
		delay : 400
	});
	
	$('#banner').innerfade({ 
		speed: 'slow', 
		timeout: 7000, 
		type: 'sequence', 
		containerheight: '265px' 
	});
	
});