table.galleryPhotos {
  width: 570px;
}

table.photoGallery td {
  padding: 20px;
  text-align: center;
  vertical-align: center;
  width: 33%;
}
table.photoGallery td img {
  display: inline;
}
