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