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