jQuery(document).ready(function($) {
    $("#scroller").scrollable({
            circular: true,
            mousewheel: true
            }).navigator({
            indexed:true
            }).autoscroll({
            interval: 8000
    });
});
