/* -------------------------------------------------- */
/* SOURCE CODE                                        */
/* -------------------------------------------------- */

$(document).ready(function() {
	$('#clientes-in').cycle({ fx:'fade', speed:1500, timeout:5000 });
});
