.gallery {
}

.gallery-item {
  display: block;
  float: left;
  margin: 10px;
  border: 1px solid #CCC;
  padding: 10px;
  text-decoration: none;
  color: #000;
}

.gallery-item:hover {
  background-color: #DDD;
}

.gallery-image {
  display: block;
  text-align: center;
  height: 155px;
  width: 155px;
}

.gallery-image img {
  border: none;
  margin: auto;
}

.gallery-caption {
  display: block;
  clear: both;
  font-size: 8pt;
  text-align: center;
  overflow: hidden;
  width: 155px;
  height: 2em;
}

.gallery-preview {
  margin: 10px auto;
  text-align: center;
}

.gallery-preview-image { }

.gallery-preview-image img {
  border: none;
  border: 1px solid #000;
}

.gallery-preview-caption {
  padding: 10px;
  font-size: 18pt;
  background-color: #FFF;
}

.gallery-preview-actions {
  text-align: center;
}