jQuery(document).ready(function(){
   jQuery(".scrolling").scrollable({speed: 1000,easing: 'linear',circular:false});
});
