#overlay {
	background:url(/gfx/lightbox_back.png);
	position:fixed;
	top:0;
	left:0;
	z-index:90;
}

#lightbox {
	position:absolute;
	background:#fff ;
	padding:5px;
	line-height:170%;
	z-index:100;
	height:auto !important
}
#lightbox h2{
	font-size:12px;
	margin:0;
	padding:0 10px;
	color:#006FB5;
}
#lightbox span {
	padding:0 10px;
}
#flashobj {
	padding:10px 10px 0;
	background:url(/gfx/shade_big.gif) no-repeat top center;
}
.target {
	padding:30px 10px 0; /* top 10 */
	background:url(/gfx/shade_big.gif) no-repeat top center;
	/* overflow:auto; */
}

.target img{
	display:none;
}

.close {
	margin:-25px -25px 0 0;
	float:right;
}

.lprev, .lnext {
	line-height:20px;
	padding:0;
	position:absolute;
	bottom:250px;
}
.lprev {
	float:left;
	left:0;
}
.lnext {
	float:right;
	right:0;
}
.prev{
	position:absolute;
	left:0;
	top:48%;
}

.next{
	position:absolute;
	right:0;
	top:48%;
}


#lightbox a {
	text-decoration:none;
}
#lightbox a:hover {
	text-decoration:underline;
}

.relpages {
	margin-top:15px;
}
.relpages a {
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin-right:3px;
	line-height:10px;
	background:#0086CB;
}
.relpages a.active {
	background:#CCC;
}


#lightbox {
	-webkit-box-shadow:  0px 0px 7px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 7px 5px rgba(0, 0, 0, 0.3);
}