.galleryContainer {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 0.8em;

  background-color : white;
  text-align       : center;
}

#gallery {
  display          : table;
  margin           : 4px 0 30px 0;
  background-color : white;
}

#gallery table {
  display          : table;
  border-collapse  : collapse;
  background-color : #ffffff;
}

#gallery td {
  border           : 2px solid white;
  width            : 55px;
  height           : 55px;
  background-color : white;
}

#gallery td img {
  cursor           : crosshair;
}

#gallery p {
  text-align : justify; 
}
