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