$(function(){
	$("#carrossel") .jCarouselLite({
			btnPrev:".prev",
			btnNext:".next",
			auto: 9000,
			speed:200,
			visible: 4
	
	})

})
