$(document).ready(function(){
	
	//Cyclelite Slideshow
	$('#slideshow1').cycle();
	
	$('ul.sf-menu').superfish({
		animation: {opacity:'show'},
		speed: 'fast',
		autoArrows: false,
		dropShadows: false
	});
	
});
