$(function() {
    // initialize scrollable together with the autoscroll plugin
    $("#gallery_1").scrollable({
        circular: true,
        speed: 1000
    }).autoscroll({ 
        autoplay: true,
        interval: 3000,
        steps: 5
    });
});
