	$(document).ready(function(){
		$("#imagens_imoveis").cycle({ 
			fx: 'scrollHorz',
			next: '.proximo_cycle', 
			prev: '.anterior_cycle',
			delay: -4000,
			timeout: 8000 
		});
		
	});