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

