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