/* Author: 



*/
		jQuery(document).ready(function($)  { 
        $('.menu ul').superfish({ 
            delay:       750,                            // one second delay on mouseout 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'slow',                          // faster animation speed 
            autoArrows:  true,                           // disable generation of arrow mark-up 
            dropShadows: true                            // disable drop shadows 
        }); 
		
    $('.carousel').cycle({
	fx:      'fade', 
    speed:    1000, 
    timeout:  8000 

	});


    }); 
		






















