

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:860px;
	height:450px;
	margin:-225px 0 0 -430px;
	border:10px solid #555555;
	background:#000;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
#lightbox {
	float:right;
}
#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{	
	display:block;
}

#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #666;
}



#lightbox.done img{
	width:845px;
	height:100%;
}
