// JavaScript Document

$(function() {

$(window).load(function (){
	$('#divGalFotos').show();	
});


$('#divGalFotos').cycle({ 
    fx:     'fade',
    speed:  'fast',
    timeout: 2500,
	delay: -1000,
	sync: 1,
    pause: 1,
	random:  1
 });
	
	


});

