/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
  
}

#lbCenter {
  border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
}

#lbBottomContainer {
  border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 25px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	color: transparent !important;
	background-color: transparent !important;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(arrow_left.png) no-repeat left center;
    background-size: 32px;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(arrow_right.png) no-repeat right center;
    background-size: 32px;
}

#lbBottom {

	font-size: 15px;
	color: #003050;
	line-height: 1.4em;
	text-align: left;
	border: 25px solid #fff;
    border-bottom: 13px solid #fff;
	border-top-style: none;
    
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(cross.png) no-repeat 100% 1px;
    background-size: 18px;
	margin: 5px 0 0 0;
	outline: none;
    content: "Schließen";
    padding-right: 25px;
       text-decoration: none;
    color: #003050;
    margin-top: 15px;
    
}

#lbCloseLink:after {
    content: "Schließen";
 
}
#lbCloseLink:hover {
    text-decoration: underline;
 
}


#lbNumber {
    border-top: 1px solid #ddd;
    padding-top: 13px;
}

#lbCaption a {
	color: transparent;
	background: transparent;
}
