

$(document).ready(function() {
	    $("#carrusel").jCarouselLite({
        btnPrev: ".previous",
        btnNext: ".next",
         auto: 2000,
    	speed: 1500,
    	vertical: true,
    	 visible: 3,
    	 start:0
		/*this makes it a true carousel rather than a slideshow*/
		
    });
});

