$(function(){
    $('.carousel').each(function(){$(this).cycle({'timeout': 4500, 'pause': 1});})
})

