$(document).ready(function(){
  $("#media li a.image").overlay({ 
       target: '#gallery',
  }).gallery({ 
      speed: 800 
  });  
  
});
     
