$(document).ready(function(){
    $('.carousel').cycle({ 
        delay:  5000, 
        timeout: 8000,
        speed:  3000 
    }); 
})
