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