$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		    auto: 1500,
		    speed: 1000,
		    circular: true
    });
});
