$(function() {
    $(".carosel2").jCarouselLite({
        vertical: "true",
        btnPrev: ".prev",
        btnNext: ".next",
        visible: 4,
        auto: 6000,
        speed: 1000
    });
});
