$('#header #myGallery ul').innerfade({
            speed: 'slow', 
            timeout: 3000, 
            type: 'sequence', 
            containerheight: '290px' 
         });

$('#myGallery2 ul').innerfade({
            speed: 'slow', 
		    timeout: 3000, 
		    type: 'sequence', 
		    containerheight: '240px' 
		         });
