	jQuery(function() {
    jQuery(".anyClass").jCarouselLite({
        btnNext: ".nextbtn",
        btnPrev: ".prevbtn"
    });
});
