$ ( function () {
			  $( "#carrossel").jCarouselLite({
				btnPrev: '.prev',
				btnNext: '.next',
				auto: 1500,
				speed: 500,
				visible: 3
											 })
			  })
