

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	text-align:left;
	margin-top: -220px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -250px;

	
}
#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.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
	.lightbox p {
	font-size: 1em;
	padding: 0;
	line-height:1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	position: relative;
	}

p.imagelight {
	height: 120px;
	width: 120px;
}
.lightspace{
	height: 56px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
}
.lightboxtext{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
	background-image: url(../images/bg/lightbox.png);
	background-position: center top;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
}
.lighttext{
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
div.lighttext a, div.lighttext a:link, div.lighttext a:active, div.lighttext a:visited {
	color: #F00;
	text-decoration: none;
        }
	div.lighttext	a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

