#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;
	color:#4c586e;
	text-shadow:0 1px 0 #fff;
}
#lightbox .content {
	padding:0 15px;
	height:auto;
}
.prev{
	position:absolute;
	left:5px;
	top:28%;
	width:50%;
	height:50%;
	opacity:0.1;
	filter: alpha(opacity = 10);
}

.next{
	position:absolute;
	right:5px;
	top:28%;
	width:50%;
	height:50%;
	text-align:right;
	opacity:0.1;
	filter: alpha(opacity = 10);
}
.next:hover,
.prev:hover {
	opacity:1;
	filter: alpha(opacity = 100);
}
#lightbox h2{
	font-size:12px;
	margin:0;
	padding:0 10px;
	color:#4C596E;
}
#lightbox span {
	padding:0 10px;
}
#flashobj {
	padding:0;
	background:url(/gfx/shade_big.png) no-repeat top center;
}
.target {
	padding:10px 10px 0;
	background:url(/gfx/shade_big.png) no-repeat top center;
}

.target img{
	display:none;
}

.close {
	margin:-21px -21px 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;
}


#lightbox a {
	text-decoration:none;
}
#lightbox a:hover {
	text-decoration:underline;
}

.relpages {
	padding:0 10px;
}
.relpages a {
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin-right:3px;
	line-height:10px;
	background:#AAA;
}
.relpages a.active {
	background:#EEE;
}
