		$(function() {
			$(".anyClass").jCarouselLite({
				btnNext: ".next",
				btnPrev: ".prev",
				vertical: true,
				auto: 4000,
    			speed: 1000,
    			visible: 3
			});
		});