$(function() {
	$('.endereco').cycle({
		fx :'scrollDown',
		speed: 1000,
		timeout: 10000
		});
	});