.caveat {
  font-style: italic;
}
#gallerytable {
  width: 90%;
  margin: auto;
}
#gallerytable li {
  display: block;
  float: left;
  width: 150px;
  height: 150px;
  margin: 1em;
  border: 1px solid #AAAAAA;
  background: #F8F8F8;
}
#gallerytable .thumb img {
  vertical-align: text-bottom;
  padding: 3px;
  border: 1px solid #AAAAAA;
}
#gallerytable .enlarge {
  display: block;
  background: url(../qimages/enlarge.gif) 34% 3px no-repeat;
  padding-top: 0.3em;
  padding-left: 20px;
  color: #AAAAAA;
}
#gallerytable .spacer-image {
  margin: 0;
  padding: 0;
  visibility: hidden;
}
#gallerytable a:hover {
  color: #777;
  text-decoration: underline;
}
#gallerytable a.thumb:hover {
  text-decoration: none;
}

