$(function(){
      $("#myScroll").mbScrollable({
        width:512,
        elementsInPage:1,
        elementMargin:4,
        shadow:"#999 2px 2px 2px",
        height:241,
        controls:"#controls",
        slideTimer:600,
        autoscroll:true,
        scrollTimer:2000 
      });
    });
$(function(){
      $("#myScroll2").mbScrollable({
        width:508,
        elementsInPage:3,
        elementMargin:0,
        shadow:"",
        height:180,
        controls:"#controls2",
        slideTimer:600,
        autoscroll:true,
        scrollTimer:4000 
      });
    });
	

