#gallery table {
  border-collapse: collapse;
}
#gallery tr {
  vertical-align: top;
}
#gallery td {
  margin: 0;
  padding: 21px 44px 0 0;
  width: 98px;
}
#gallery td.last {
  margin: 0;
  padding: 21px 0 0 0;
  width: 70px;
}
#gallery td div.text {
  padding: 3px 2px 5px 5px;
  font-size: 0.9em;
}


#large-thumbnail {
  width: 401px;
  overflow: hidden;
}


#gallery-thumbs {
  width: 401px;
  float: left;
}
#gallery-thumbs table {
  border-collapse: collapse;
}
#gallery-thumbs tr {
  vertical-align: top;
}
#gallery-thumbs td {
  padding: 0 3px 14px 0;
}
