$(function() {
    $(".carusel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		vertical: true
    });
	
});
