#gallery-tags {
  font-size: x-small;
  margin-bottom: 10px;
}

/* Large photo with optional navigation arrow rollovers on each side */

#gallery-image {
  clear: both;
  position: relative;
  height: 460px;
}

#gallery-leftarrow {
  position: absolute;
  top: 200px;
  left: 25px;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: url(left_arrow.png) no-repeat;
}

#gallery-leftarrow:hover {
  background-position: 0 -50px;
}

#gallery-rightarrow {
  position: absolute;
  top: 200px;
  right: 25px;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: url(right_arrow.png) no-repeat;
}
#gallery-rightarrow:hover {
  background-position: 0 -50px;
}

#gallery-image-image {
  position: absolute;
  top: 0;
  left: 100px;
  width: 600px;
  height: 450px;
  border: 2px solid #000;
}

/* Caption of information, centered underneath the photo */

#gallery-caption {
  clear: both;
  width: 600px;
  margin-left: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-caption-row {
  margin-top: 2px;
  margin-bottom: 2px;
}

.gallery-caption-row-label {
  font-weight: bold;
}

.gallery-caption-row-text {
}

/* Table of thumbnail images of every photo in this group of tags */

#gallery-thumbnails {
  clear: both;
  margin-top: 20px;
  border-top: 4px solid #000;
  font-size: xx-small;
}

#gallery-thumbnail-tag {
  margin-bottom: 10px;
  padding-bottom: 2px;
  width: 800px;
  background: #DDD;
  text-align: center;
  font-size: x-small;
  font-weight: bold;
}

div.gallery-thumbnail-row {
  background: url(thumbnail_none.png) repeat-x;
  width 800px;
  padding: 0;
}

div.gallery-thumbnail-row-inset {
  margin: 0 auto 0 25px;
}

a.gallery-thumbnail {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 83px;
  background: url(thumbnail.png) no-repeat;
}

a.gallery-thumbnail:hover {
  background-position: -90px;
}

div.gallery-thumbnail-this {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 83px;
  background: url(thumbnail.png) no-repeat;
  background-position: -180px;
}

img.gallery-thumbnail-image {
  position: absolute;
  top: 5px;
  left: 11px;
  width: 68px;
  height: 56px;
}


#gallery-debugging {
  clear: both;
  margin: 10px;
}
