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