#lightbox {
	display: none;
	position: absolute;
	padding: 14px;
	background-color: #ffffff;
	border: 4px solid #909090;
	z-index:1002;
	width: 450px;
}

#lightbox div {

}

#lightbox div div {
	font-size: 100%;
}

#lightbox div.title {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
	margin-bottom: 10px;
}


#lightbox div.title img {
	margin-right: 4px;
}

#lightbox div.time {
	margin-bottom: 10px;
	color: #505050;
}

#lightbox div.credits {
	margin-top: 10px;
}

#blackoverlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	min-height: 100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#lightbox #loading {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

#lightbox #closeButton table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}

#lightbox #closeButton td {
	text-align: center;
	width: 33%;
	padding: 0px 4px;
	color: #000000;
	font-weight: normal;
}

#lightbox #closeButton td a {
	color: #707070;
}

#lightbox #closeButton td.description {
	font-style: italic;
	width: 100%;
	padding-bottom: 6px;
}

#lightbox #closeButton td:first-child {
	text-align: left;
}

#lightbox #closeButton td:last-child {
	text-align: right;
}

div.messagebox {
	text-align: left;
}

div.close {
	float: right;
}