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

$(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
    });
});
