jQuery(document).ready(function() {
  $(function(){ 
    $("#twits-list").mbScrollable({ 
      width:400, 
      elementsInPage:1,
      elementMargin:0, 
      height: 45, 
      controls:"#twits-controls", 
      slideTimer:600, 
      autoscroll:false, 
      scrollTimer:2000  
    });
  });

  $(function(){ 
    $("#slides-list").mbScrollable({ 
      width:'224', 
      elementsInPage:1,
      elementMargin:0, 
      height: "auto",
      slideTimer:1000, 
      autoscroll:true, 
      scrollTimer:4000  
    });
  });
});


