$(document).ready(function() {
	$(".vCarousel").jCarouselLite({
		mouseWheel: true,
		auto: 4000,
		speed: 1000,
		visible: 1,
		scroll: 1,
		vertical: true,
		pauseOnHover: true 
	});
});
