/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer, #lbTopContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #4D7FB5;
}
 
 #lbBottomContainer, #lbTopContainer {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
 }
 
 #lbBottomContainer {
	border-bottom: 1px solid #fff;
 }
 
#lbTopContainer {
	border-top: 1px solid #fff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	height: 37px;
 }
 
 #lbTopContainer .content {
	 margin-bottom: 15px;
	 margin-left: 15px;
 }
	 
.lbLoading {
	background: #4D7FB5 url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	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 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbPrevLinkText, #lbNextLinkText {
	font-weight: bold;
	color: white;
}

#lbPrevLinkText {
	margin-right: 10px;
}

#lbNextLinkText {
	margin-left: 10px;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #4D7FB5;
	border-top-style: none;
	/* Wegen der 10 px Border nur 5 px */
	 margin-top: 5px;
	 margin-left: 5px;
	 margin-right: 15px;
}

#lbBottom a {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

#lbBottom a:hover {
	 text-decoration: underline;
}

#lbCloseLink {
	display: block;
	float: right;
	/*
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	*/
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	color: #BCD3EB;
}

#lbCaption {
	font-weight: bold;
}
