$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".nextbtns",
        btnPrev: ".prevbtns"
    });
});
