/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color:#444444;
	border:0px solid green;
	
}

.lbLoading {
	background: #fff 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:#444444;
	float:left;
	background-position:10px 10px;

}

#lbImage {
	position: absolute;
	left: 0;
	top: 55;
	border: 10px solid #444444;
	background-repeat: no-repeat;

}

#lbCls{
float:right;
text-align:right;
padding-right:10px;
}
#lbNavi{	
display:block;

}

#lbPrevLink, #lbNextLink {
	display: block;
	
	line-height:1px;
	font-size:1px;
/*	position: absolute;*/
	top: 0;
	width: 21px;
	height:21px;
	overflow:hidden;
	outline: none;
	
}

#lbPrevLink {
	
	float:left;
	background-color: transparent;
	background-image:url(zurueck_photo.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(weiter_photo.gif) ;
	background-repeat:no-repeat ;
	background-position:0px 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: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #444444;
	border-top-style: none;
	
}

#lbCloseLink {
	display: block;
	float: right;
	width: 21px;
	height: 21px;
	background: transparent url(schliessen.gif) no-repeat 0px 0px;
	margin: 5px 0;
	outline: none;
}
/***
#lbCloseLink:hover{
background-position:0px -23px;
}
**/
#lbNumber {
	margin-left: 30px;
	margin-top:20px;
}

#lbCaption {
	font-weight: bold;padding-bottom:7px;padding-top:4px;;
	display:block;
	
	
}

#lbNumber {
	top: 5px;
	position:absolute;
	
	
}
