/* div.photoGroup {margin: 0px 0px 5px 0px;} */
/* div.photoGroup span {font-weight: bold;} */

div.albumBlock {
  border-bottom: 2px solid #f03;
  margin-bottom: 8px;
  padding-bottom: 8px;
  width: 500px;
}

div.albumBlock img,
div.albumBlock table {
  display: block;
}

div.albumBlock table td {
  padding: 5px;
}
div.albumBlock table thead td {
  font-weight: bold;
  font-size: 110%;
}
div.albumBlock table td.label {
  text-align: right;
}

table#photoGrid {
  empty-cells: show;
  margin-top: 20px;
  width: 600px;
}

table#photoGrid td {
  padding: 10px;
  vertical-align: top;
  width: 100px;
}

div#largeLinks {
  margin: 0px 0px 10px 0px;
  text-align: center;
}