div#veil {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  z-index: 10;
	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: 11;
	top: 50%;
	left: 50%;
	overflow: hidden;
	display: none;
}

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

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;
	bottom: 0;
	height: 20px;
	width: 100%;
	background-color: #CAC4AC;
}

div#gallery div.caption p {
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 2px 0 0 8px;
}
