﻿$(function () {
    $("#scroller").mbScrollable({
        width: 732,
        elementsInPage: 1,
        elementMargin: 0,
        shadow: "false",
        height: 320,
        controls: "#controls",
        slideTimer: 600,
        autoscroll: true,
        scrollTimer: 4000
    });
});