$("document").ready(function(){
    $('#gallery div.photos a').lightbox();
});

