div#gallery {
  margin: 0;
  padding: 0;
  width: 800px;
}
div.galleryimage {
  background: url(bgrd_well_narrow.png) no-repeat 0 0;
}

div.galimg {
  position: relative;
  width: 600px;
  height: 350px;
}
div.galimg img {
	position: absolute;
	display: block;
	left: 300px;
	top: 175px;
}
div.galtxt {
  width: 600px;
  background: url(bgrd_well_foot_narrow.png) no-repeat 0 bottom;
}

div#images {
  float: right;
  width: 600px;
  padding-right: 42px;
  padding-top: 5px;
}
div.galleryimage p, div.galleryimage h6 {
  padding: 0 30px 10px 30px;
}

div#thumbnails {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
div#thumbnails ul {
	padding: 0;
	margin: 0;
  list-style: none;
}
div#thumbnails li {
  margin: 5px 0 5px 0;
  padding: 0;
}
div#thumbnails a {
  position: relative;
  display: block;
  width: 152px;
  height: 152px;
  background: url(well.gif) no-repeat 0 0;
}
div#thumbnails img {
  position: absolute;
  display: block;
  /* (int)(152/2) = 76 */
  left: 76px;
  top: 76px;
}
