$(document).ready(function() {
	$(".vertical").jCarouselLite({
		btnNext: ".vertical .next",
		btnPrev: ".vertical .prev",
		easing: "easeOutElastic",
		auto: 800,
		speed: 3000,
		vertical: true	
    });
});