$(document).ready(function() {   
    $("#carousel").scrollable({circular: true, speed: 1000}).autoscroll(9000).navigator();
});

