// Script para Cycles

$(function(){
	$(".cycleEmpreendimentos").jCarouselLite({
		btnNext: "#cycleEmpreendimentos .next",
		btnPrev: "#cycleEmpreendimentos .prev",
		//auto: 3500,
		speed: 800,
		visible: 4,
		cleartype: 1
	});


});

