/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
/*	background-color: #999999; */
	background-color: #333333;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 30%;
	/*top:200px;*/
	overflow: hidden;
/*	background-color:#333333;*/
	background-color: transparent;
	border:0px solid green;
	
}

.lbLoading {
	background: transparent url(loading.gif) no-repeat center;
}
#lbGr {

	background-repeat: no-repeat;
	height:auto;
	display:block;
	
}

#lbLogo{
	height:55px;
	width:145px;
	background-image:url(logo_photo.gif) ;
	background-repeat:no-repeat ;	
/*	background-color:#333333;*/
background-color:transparent;
	float:left;
	background-position:10px 10px;

}

#lbImage {
	position: absolute;
	left: 70px;
	top: 25px;
	border: 5px solid #ffffff;
	background-repeat: no-repeat;

}

#lbCls{
float:right;
text-align:right;
padding-right:10px;
border:0px solid red;
width:50px;
}
#lbNavi{	
display:block;

}

#lbPrevLink, #lbNextLink {
	display: block;
	
	line-height:1px;
	font-size:1px;
	position: absolute;
	top:140px;
	
	width: 70px;
	height:45px;
	overflow:hidden;
	outline: none;
	
	
}

#lbPrevLink {
	
	float:left;
	left:0px;
	background-color: transparent;
/*	background-image:url(pfeil_links.gif) ;*/
	background-image:url(zurueck.gif) ;
	background-repeat:no-repeat ;
	background-position:0px 0px;
}
/***
#lbPrevLink:hover {
	background-color: transparent;
	background-image:url(prev.gif) ;
	background-repeat:no-repeat ;
	background-position:0px -23px;
}
**/
#lbNextLink {
	
	float:right;
	background-color: transparent;
/*	background-image:url(pfeil_rechts.gif) ;*/
	background-image:url(weiter.gif);
	background-repeat:no-repeat ;
	background-position:20px 0px;	
}
/***
#lbNextLink:hover {
	background-color: transparent;
	background-image:url(next.gif) ;
	background-repeat:no-repeat ;
	background-position:0px -23px;
}
**/
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
/*	background-color:#ffffff;*/
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #000000;
	border-top-style: none;
	
}

#lbCloseLink {
	display: block;
	float: right;
	width: 45px;
	height: 45px;
/*	background: transparent url(schliessen.gif) no-repeat 0px 0px;*/
	background-image:url(schliessen.gif) ;
	background-repeat:no-repeat;
	margin: 5px 0;
	outline: none;
	border:0px solid blue;
}
/***
#lbCloseLink:hover{
background-position:0px -23px;
}
**/
#lbNumber {
	margin-left: 70px;
/*	margin-top:10px;
	clear:both;*/
	text-align:left;
	color:#ffffff;
	float:left;
	font-size:10px;
	
}

#lbCaption {
/*	font-weight: bold;padding-bottom:7px;padding-top:4px;;*/
/*	font-weight: bold;*/
	display:block;
	margin-left:70px;
/*	text-align:center;*/
	padding-left:5px;
	color:#000000;
	background-color:#ffffff;
	
}

