/* -------------------------------------------------- */
/* SOURCE CODE                                        */
/* -------------------------------------------------- */
/**
*
* @copyright Copyright (c) 2008, a4pe.web
*
*/

$(document).ready(function() {

	$('#fotos').cycle({ fx:'fade', speed:1500, timeout:1500 });

});