
$(window).load(function () {
    $(".carousel").jCarouselLite({
        vertical: true,
        btnNext: ".down",
        btnPrev: ".up",
        visible: 4
    });
});

