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