
    $(function(){ 
      $("#myScroll").mbScrollable({ 
        width:753, 
        elementsInPage:3, 
        elementMargin:0, 
        shadow:false, 
        height:65, 
        controls:"#controls", 
        slideTimer:600, 
        autoscroll:false, 
        scrollTimer:2000  
      }); 
    }); 