#gallery table {
  border-collapse: collapse;
}
#gallery tr {
  vertical-align: top;
}
#gallery td {
  margin: 0;
  padding: 21px 24px 0 0;
  width: 92px;
  background: #fff url(/images/gallery-thumb-bg.gif) no-repeat;
  background-position: bottom left;
}
#gallery td.last {
  margin: 0;
  padding: 21px 0 0 0;
  width: 70px;
  background: #fff url(/images/gallery-thumb-bg.gif) no-repeat;
  background-position: bottom left;
}
#gallery td div.text {
  padding: 3px 2px 5px 5px;
  font-size: 0.9em;
  color: #004071;
}


#gallery-thumbs-leftbox {
  width: 200px;
  float: left;
  padding: 0 24px 0 0;
}
#gallery-thumbs-leftbox #large-thumbnail {
  padding: 10px 0 10px 0;
}
#gallery-thumbs {
  width: 312px;
  float: left;
  padding: 13px 0 0 13px;
  background-color: #c8b490;
}
#gallery-thumbs table {
  border-collapse: collapse;
}
#gallery-thumbs tr {
  vertical-align: top;
}
#gallery-thumbs td {
  padding: 0 14px 14px 0;
}
#gallery-thumbs td img {
  width: 90px;
  overflow: hidden;
}
