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