.photo-gallery-item{
  float: left;
  padding: 0 5px 0 0;
}

.photo-gallery-item-title{
  padding: 0 0 1.5em 0;
}

.photo-gallery hr{
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.photo-gallery table{
  text-align: center;
  width: 100%;
}

.photo-gallery table td{
  padding: 0px;
}

.photo-gallery table img{
  padding: 0;
  margin: 0;
}

#left-sidebar .photo-gallery-item img, #right-sidebar .photo-gallery-item img{
  margin: 0 -15px 0 -15px;
}

