$(document).ready(function() {


	$('#slider').cycle({
		fx:    'fade',
		speed:  1500
	 });

$('#Navigation .NavigationRoot').superfish();

});

