﻿$(function () {
                var root = $("#scroller").scrollable({ circular: true }).autoscroll({ autoplay: true, interval: 4000 });
                window.api = root.data("scrollable");
            });

