$(document).ready(function() {
	$('#conteudo_ps').cycle({ 
	    fx:    'fade',
	    timeout: 6000, 
	    delay: -1000 
	});
});

