$(function() {
  $('#target-full .image a').lightBox();
  $('a.lightbox').lightBox();
});