.photo-gallery-item{
  float: left;
  padding: 5px;
}

.photo-gallery-item-title{
  font-weight: bold;
  padding: 0 0 1.5em 0;
}

.photo-gallery hr{
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.photo-gallery table{
  border-collapse: collapse;
  text-align: center;
}

.photo-gallery table td{
  background: #e4e4e4;
  padding: 12px;
  border: 10px solid #fff;
  border-bottom: none;
}

.photo-gallery table td img{
  padding: 0;
  margin: 0;
}
.photo-gallery table td.photo-gallery-item-title{
  border: 10px solid #fff;
  border-top: none;
  font-weight: bold;
  padding: 0 0 1.5em 0;
}
