﻿$(document).ready(function() {
    $("#scroller").scrollable(
                {
                    speed: 1600,
                    vertical: false,
                    mousewheel: false,
                    circular: true
                }
            ).autoscroll(
                {
                    interval: 6000,
                    autoplay: true,
                    autopause: true
                }
            )
});
