
	$(function() {
		$(".carousel").jCarouselLite({
			visible: 1,
			speed: 800,
			auto: 4000,
			vertical: true
		});
	});
