$(document).ready(function() {

  $("#scroller").scrollable({circular: true}).autoscroll(7000);
 
});
