$(function() {
	$(".animationNot").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 3,
		auto:100,
		speed:3500
	});
});

