$(document).ready(function(){
    $("#updowngundong").jCarouselLite({
		btnNext: ".down",
		btnPrev: ".up",
		vertical: true,
		auto: 3000,
		visible: 5,
        scroll: 1,
		//mouseWheel: true,
		speed: 800
    });
	
});


