/* -------------------------------------------------- */
/* SOURCE CODE                                        */
/* -------------------------------------------------- */

$().ready(function() {
/* -------------------------------------------------- */
/* home                                               */
/* -------------------------------------------------- */
	if ($("#home").length > 0)
	{
		$('#fotos-left').cycle({
			fx:      'fade',
			speed:   1000,
			timeout: 3000
		});

		$('#fotos-right').cycle({
			fx:      'fade',
			speed:   1000,
			timeout: 3000
		});
	}
/* -------------------------------------------------- */
});
