﻿//$(document).ready(function() {
//    $("#scroller").scrollable(
//                {
//                    speed: 1600,
//                    vertical: false,
//                    mousewheel: false,
//                    circular: true
//                }
//            ).autoscroll(
//                {
//                    interval: 6000,
//                    autoplay: true,
//                    autopause: true
//                }
//            )
//});

$(document).ready(function() {
    $("#vertivalNewsScroller").jCarouselLite({
        vertical: true,
        hoverPause: true,
        visible: 1,
        auto: 4000,
        speed: 300
    });
});
