$(function() {
	$(".move").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 5,
		auto:3000,
		speed:500
	});
});
