$(document).ready(function() {

$("#nav ul").cycle({ 
    fx:     "scrollHorz", 
    next:   "#next a", 
	speed: 500,
    timeout: 0 
});


});


$('.imagerotate').cycle({
	fx:	   "fade",
	speed: 1000,
	timeout: 4500

});
