.photo-gallery-item{
  float: left;
  padding: 5px;
}


.photo-gallery hr{
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.photo-gallery table{
  background: #BFBFB1;
  text-align: center;
  padding: 5px;
}

.photo-gallery table td{
  border: 2px solid #fff;
  padding: 3px;
}

.photo-gallery table img{
  padding: 0;
  margin: 0;
}

.photo-gallery table td.photo-gallery-item-title{
  color: #666;
  border: none;
  font-weight: bold;
  padding: 0 0 0.5em 0; 
}
