(function($){
$(document).ready(function(){
		
  $('#gallery a').lightBox(); // Select all links in object with gallery ID

});
})(jQuery);