

$(function() {                
	$('.gallery img:first').fadeIn(3000, function() {  
        $('.gallery').cycle({   
    fx:    'fade', 
    speed:    3000, 
    timeout:  3000,  
    next:   '#aqua-gallery'
        }); 
    });           
});