// JavaScript Document

$(document).ready(function(){
         $('#gallery a').lightBox();
});

