div#overlay {
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
	z-index: 1000;
	background-color: #000;
	height: 100%;
	width: 100%;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

div#lightbox, div#lightboxloader {
	position: absolute;
	display: none;
	padding: 1em;
	background-color: #fff;
	border: 3px solid #999;
	z-index: 1001;
	text-align: center;
}

div#lightbox img {
	border: 2px solid #000;
}

div.loader {
	width: 300px;
	height: 200px;
	background-image: url('../miscpics/icons/loadingtrans.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div#lightbox div.loader img {
	border: none;
}

div#navi div.prevlink {
	float: left;
	font-style: normal;
}

div#navi div.nextlink {
	font-style: normal;
}

div#navi {
	text-align: center;
	margin-top: 0.2em;
	font-style: italic;
}

div#navi div.naviContainer {
	text-align: right;
}

div#navi div.description {
	width: 100%;
}

div.closer {
	text-align: right;
	margin-bottom: 0.2em;
}