$(document).ready(function(){



    $(".scroller").jCarouselLite({

        auto: true,

        vertical: true,

        scroll: 1,

        visible: 1,

        speed: 7000

    });





});
