$(function(){
  $(".boat").each(function(i,v){
    $(this).find("a").lightBox();
  });
});
