#PBLB_overlay{
	background:#000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:99000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	top:0;
}

#PBLB_lightbox{
	position:fixed;
	z-index:100000;
	background:#6c5a3e;
	background-image:url(../../../../fileadmin/templates/grafik/sitebg.gif);
	padding:15px;
	top:50%;
	left:50%;
	display:none;
	padding-bottom:0px;
}

#PBLB_desc{
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#bcb09c;
}

#PBLB_next, #PBLB_prev{
	display:block;
	position:fixed;
	top:50%;
	left:50%;
	cursor:pointer;
	z-index:2000000;
	margin-top:-20px;
	display:none;
}

#PBLB_close{
	overflow:hidden;
}

#PBLB_close{
	position:absolute;
	margin-top:-30px;
	margin-left:-30px;	
}

#PBLB_img{
	border:1px solid #bcb09c;
}

#PBLB_desc{
	padding:5px 0 10px 0;
	line-height:18px;
}

#PBLB_indicator{
	display:none;
	position:fixed;
	z-index:97500;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-110px;
}

.PBLB_pic{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:12px;
	overflow:hidden;
	border:2px solid #bcb09c;
	background:#bcb09c;
	z-index:1000001;
}

.PBLB_pic:hover{
	border:2px solid #2b261c;
}

.PBLB_inact{
	text-decoration:none;
	cursor:default;
}