$(function(){
	$("#carrosel").jCarouselLite({
		btnPrev: '.prev',
		btnNext: '.next',
		auto   : 6000,
		speed  : 1000,
		visible: 1
	})		   
})
