$(function(){

	$("#myScroll").mbScrollable({
    	width:1000,
        elementsInPage:1,
        elementMargin:0,
        height:"auto",
        controls:"#controls",
        autoscroll:true,
        scrollTimer:8000
    });

});
