﻿$(document).ready(function() {
    $(function() {
        $("#scroller").simplyScroll({
            className: 'vert',
            horizontal: false,
            autoMode: 'loop',
            pauseOnHover: true,
            frameRate: 30,
            speed: 1
        });
    });
});
