jQuery(document).ready(function(){
    jQuery(".scrollable")
    .scrollable({size: 1, loop: true})
    .autoscroll({autoplay: true})
    .circular()
    .navigator();
});
