jQuery(function(){
      jQuery("#carrossel").jCarouselLite({
    	    btnNext: ".next",
    	    btnPrev: ".prev",
            speed   : 500,
			auto    : 2000,
            visible : 3
      })
});
