div#veil {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  z-index: 1000010;
  overflow: hidden;
  background-color: #666;
}

div#gallery {
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  background-color: #65635D;
  border: 2px solid #D6CEC1;
  z-index: 1000020;
  top: 50%;
  left: 50%;
  overflow: hidden;
  display: none;
}

div#gallery div.masthead {
  height: 22px;
  background-color: #CAC4AC;
  cursor: move;
}

div#gallery div.masthead h1 {
  clear: none;
  letter-spacing: 0;
  font-size: 1em;
  margin: 0 20px 0 0;
  padding: 2px 0 0 8px;
  font-weight: bold;
  color: #666;
}

div#gallery div.outerFrame {
  position: absolute;
  top: 22px;
  left: 0;
}

div#gallery div.innerFrame {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div#gallery div.innerFrame img {
  margin: auto auto;
  border: 2px solid #333;
  display: none;
}

div#gallery div.caption {
  position: absolute;
  vertical-align: bottom;
  bottom: 0;
  height: 16px;
  width: 100%;
  background-color: #CAC4AC;
  font-size: 10pt;
  color: #666;
  margin: 0;
  padding: 2px 0 0 8px;
}

div#gallery div#ref {
  position: absolute;
  right: 5px;
  width: 146px;
  bottom: 5px;
  font-family: Verdana, sans-serif;
  font-size: 7pt;
  color: #999999;
  text-align: right;
}

