
div.row a img {
  margin: 4px;
  padding: 4px;
  border: 2px dashed #3F2E1E;
}
.galImg img {
  max-height: 150px;
  max-width: 150px;
}

/* for gGen */

.pic{  /* divs that hold all the pictures in the gallery */
  float:left;
  margin:0 15px 15px 0;
  border:2px solid white;
  width:200px;
  height:250px;
}

.pic a{  /* in every .pic container there is a hyperlink exactly the size of the container */
  width:200px;
  height:250px;
  text-indent:-99999px;
  display:block;  /* don't forget that widths and heights of hyperlinks are useless without display:block */
}
div.nomargin { margin-right: 0; }