div#gallery {
  margin: -16px -12px;
}

div#slideshow {
  padding: 12px;
}

div.galleryimage {
  background: url(../images/line-gradientleftright.png) no-repeat 100% 100%;
  width: 735px;
  min-height: 542px;
  position: relative;
}
* html div.galleryimage { height: 542px; }
div.galleryimage img {
  position: absolute;
  top: 270px;
  left: 367px;
}

div.galleryimage p {
  position: absolute;
  bottom: 0;
  left: -192px;
  background: url(../images/line-gradientleftright.png) no-repeat 0 100%;
  width: 168px;
  padding: 12px;
}
div.galleryimage p strong {
  display: block;
}

ul#thumbnails {
  margin: 0 6px;
  padding: 0;
  list-style: none;
}
ul#thumbnails li {
  margin: 0 6px;
  padding: 12px 0;
  float: left;
}
ul#thumbnails a {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  background-color: #dddad1;
}
ul#thumbnails img {
  position: absolute;
  display: block;
  /* (int)(75/2) = 37 */
  left: 37px;
  top: 37px;
}
