$(function() {
    $(".anyClass").jCarouselLite({
		auto: 1600,
		speed: 1600,
		scroll: 1,
		btnNext: ".next",
        btnPrev: ".prev"
    });
});
