$(function() { $(".menu").lavaLamp({ fx: "backout", speed: 700 })});
$(document).ready(function(){
	$('.rodananners').cycle({ 
		fx:     'fade', 
		prev:   '#prev1', 
		next:   '#next1', 
		timeout: 5000
	});
	$(".rodaempreendimento").jCarouselLite({
		btnNext: ".empreendimentos #next",
		btnPrev: ".empreendimentos #prev",
		auto: 8000,
		speed: 800,
		visible: 4,
		cleartype: 1
	});
});
