	$(document).ready(function(){
		$("#imagens_imoveishome .tipoVenda").cycle({ 
			fx: 'fade',
			next:   '.proximo_cycle', 
			prev:   '.anterior_cycle',
			speed: 3000,
			timeout:  8000 
		});
	});