 $(document).ready(function(){
 
  
  $jScroller.add("#scroller_container","#scroller","left",20, true);

  
  $jScroller.start();
 });