$(document).ready(function() {
    

    
    $(function() {
        $('#gallery a img').parent().lightBox();
    });

});


