/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #e2e7ef;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	/* max-width: 100%; ergänzt für mobile */
	/* max-height: 100%; ergänzt für mobile */
}
#lbCenter {
	-moz-border-top-left-radius:10px; /* Firefox */
    -webkit-border-top-left-radius:10px; /* Safari, Chrome */
    -khtml-border-top-left-radius:10px; /* Konqueror */
    border-top-left-radius:10px; /* CSS3 */	
	-moz-border-top-right-radius:10px; /* Firefox */
    -webkit-border-top-right-radius:10px; /* Safari, Chrome */
    -khtml-border-top-right-radius:10px; /* Konqueror */
    border-top-right-radius:10px; /* CSS3 */
}
#lbBottomContainer {	
	-moz-border-bottom-left-radius:10px; /* Firefox */
    -webkit-border-bottom-left-radius:10px; /* Safari, Chrome */
    -khtml-border-bottom-left-radius:10px; /* Konqueror */
    border-bottom-left-radius:10px; /* CSS3 */	
	-moz-border-bottom-right-radius:10px; /* Firefox */
    -webkit-border-bottom-right-radius:10px; /* Safari, Chrome */
    -khtml-border-bottom-right-radius:10px; /* Konqueror */
    border-bottom-right-radius:10px; /* CSS3 */
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 0px solid #fff; /* 10px */
	background-repeat: no-repeat;	
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 45%; border:none;
}

#lbNextLink {
	right: 0; border:none;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 45%; border:none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url(close.gif) no-repeat center;
	margin: 5px 0;
	outline: none; border:none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	font-size:1.4em;
	line-height:1.4em;
}

#lbCaption {
	font-weight: bold;
	margin-top: 10px;
}
