
$(document).ready(function() {	
$('.doPhotoOverlay a').overlay({
		target: '#gallery', 
 
    // optional exposing effect 
   		expose: '#f1f1f1' 
 
// let the gallery plugin do its magic! 
}).gallery({ 
 
    // the plugin accepts its own set of configuration options 
    speed: 800 
});

});
