/* SLIGHTBOX */
/* variation on SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: none;
	cursor: pointer;
	z-index: 15;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ccc;
	z-index: 20;
	border: 1px solid black;
}


/*### HACK PADDING ###*/

/*#lbCenter {
	padding: 10px;
	
}*/

/* Rahmenbreite Bildfenster */
#lbCenter {
padding: 10px;
border:1px solid black;
}

*html #lbCenter{
padding:0px;
border:10px solid #ccc;
}

*html #lbBottom{
border:none;;

} 

/*### ENDE HACK ###*/





.lbLoading {
	/*background-color: #012138;*/ 
	background-image: url('img/ajax-loader4.gif') no-repeat center;
	/*border: 1px solid #666;*/
	border:none;
}

#lbImage {
	z-index: 25;

}


#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('img/fleche1.png') no-repeat 0% 50%;
}

* html #lbPrevLink:hover { background: transparent url('img/fleche1.gif') no-repeat 0% 50%; }

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('img/fleche2.png') no-repeat 100% 50%;
}

* html #lbNextLink:hover { background: transparent url('img/fleche2.gif') no-repeat 100% 50%; }




#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 34px;
	height: 34px;
	background: transparent url('img/close.jpg') no-repeat center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#lbNumber {
	display: none;
	float: left;color:#999;
}

#lbNumber.gallery {
	display: none;
	float: left;
	padding: 10px;
}

#lbCaption {
	margin-left: 10px;
	display: block;
	float: left;

}

#lbDescription {
	float: left;
	padding-right: 10px;
}

#lbDescription #lbTitle {
	float: left;
	clear: both;
	font-weight: bold;
color:#999;
}

#lbDescription #lbCaption {
	margin-left: 0;
color:#999;
}

/* ###Zähler Vorschaubilder ausblenden### */
#myGallery22 p.label{
font-size:9px;
bottom:3px;

}

#myGallery22 .number{
display:none;
}


