var api ;
$(function() {
                // initialize scrollable
                api = $("div.scrollable").scrollable({
                items: '#thumbs',
                loop:true,
                speed:600,
                interval: 2000
             });
});


