$(function() {
	$(".jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 5,
		auto:2000,
		speed:1500
	});
});