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