$(function() {
	//Eventos
	$("#galery-carousel").jCarouselLite({
		btnPrev: '.prev',
		btnNext: '.next',
		speed: 500,
		visible: 1
	})
})

$(function() {
	//Quem Somos
	$("#text-qs").jCarouselLite({
		btnPrev: '.prev',
		btnNext: '.next',
		speed: 500,
		visible: 1
	})
})
