#lightbox {
	z-index:91;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	position:absolute;
	left: 50%;
	margin-top:90px;
	margin-left: -210px;
}

span#caption {
	font-size: 12px;
}

#lightboxDetails {
	font-size: 1em;
	padding-top: 0.4em;
}

#hoverNav {
	position: absolute;
	width: 500px;
	top: 20px;
	clear: both;
	z-index: 50;
	left: 10px;
}

*html #hoverNav {
	left: 0;
}

*+html #hoverNav {
	left: 0;
}

a#prevLink {
	float: left;
}

a#nextLink {
	left: 30px;
	position: absolute;
}

#bottomNav {
	width: 500px;
	margin: 10px 0;
}

#caption {
	float: left;
	width: 500px;
	margin: 10px auto 0;
}

#imageDetails {
	margin: 10px 0;
}

#bottomNavClose {
	float: right;
}

#numberDisplay {
	margin-right: 30px;
	float: right;
}

#imageContainer {
	width: 500px;
	text-align: center;
}

#outerImageContainer {
	width: 500px;
}

#lightboxCaption {
	float: left;
	font-weight: bold;
	}

#keyboardMsg { float: right; }
#closeButton { float: right; top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay {
	z-index: 90;
	background:#333;
	position: absolute;
	top: 0;
}

*+html #overlay {
	background:#333;
}

/*
* html #overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="typo3temp/ext/goof_fotoboek/pi/js/images/overlay.png", sizingMethod="scale");
	}
*/

.tx-gooffotoboek-pi1 table td {
	vertical-align:top;
}