$(function() {
    $(".carrossel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"		
    });
})

$(function() {
    $(".carrossel2").jCarouselLite({
        btnNext: ".next2",
        btnPrev: ".prev2"		
    });
})


