﻿.gallerylinesmall {
  display: block;
  width: 800px;
  height: 75px;
  margin: 50px 100px 50px 100px;
  float: none;
  text-align: center;
}
.gallerylinelarge {
  display: block;
  width: 800px;
  height: 150px;
  margin: 50px 100px 50px 100px;
  float: none;
  text-align: center;
}
.gallerylinexlarge {
  display: block;
  width: 800px;
  height: 200px;
  margin: 50px 100px 50px 100px;
  float: none;
  text-align: center;
}
.galleryimage {
  display: inline-block;
  margin: 0 30px 0 30px; 
}
.gallerysubtext {
  font-size: small;
  color: #666;
}
.gallerylegendbox {
  display: inline-block;
  position: relative;
  width: 260px;
  vertical-align: top;
}
.gallerylegend {
  display: block;
  width: 260px;
}