$(function() {  
    $('a.lightbox').lightBox(); // Select all links with lightbox class  
    $('#gallery a').lightBox(); // Select all links with lightbox class  
});  
