jQuery(function($) {

	 $('.rotatediv').cycle({
		fx:     'fade',
		timeout: 6000 
	 });


        $("ul.sf-menu").superfish({ 
            animation: {height:'show'},   // slide-down effect without fade-in 
            dropShadows:   false,
            delay:     1200               // 1.2 second delay on mouseout 

        }); 

});
