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