	$(function() {
			$(".jcarousellite").jCarouselLite({
					btnNext: ".next",
					btnPrev: ".prev",
					visible: 1
			});
	});

