jQuery.noConflict();
(function($) { 
  $(function() {
        $("#topMatchesSlider").mbScrollable({
          width:780,
          elementsInPage:3,
          elementMargin:3,
          shadow:false,
          height: "auto",
          controls:"#noControls",
          slideTimer:4500,
          autoscroll:true,
          scrollTimer:3000
        });
  });
})(jQuery);


