$(document).ready(function() { 

// copyOverlays
$("#topNav a[rel]").overlay({ 
    expose: '#696969'
});



// select the thumbnails and make them trigger our overlay 
$("#gallery a").overlay({ 
    target: '#galleryOverlay', 
    expose: '#696969'
		
}).gallery({ 
    speed: 700,
		autohide: false
});

});
