<!--
$(function() {
	$("#carousel div").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		auto: 800,
		speed: 1500,
		visible: 5
	});
});
-->


