$(function() {
    $("#carrosselAp").jCarouselLite({
        btnNext: "#nextAp",
        btnPrev: "#prevAp",
        visible: 3,
        speed: 1000,
        scroll : 3  // quantidade a ser movimentada por vez
    });
});

$(function() {
    $("#carrosselCa").jCarouselLite({
        btnNext: "#nextCa",
        btnPrev: "#prevCa",
        visible: 3,
        speed: 1000,
        scroll : 3  // quantidade a ser movimentada por vez
    });
});
