$(function() {
    $("#carousel").jCarouselLite({
        btnNext: "#right_arrow",
        btnPrev: "#left_arrow"
    });
});

