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