/* CSS Meier Bau - Version: 03.06.2011 14:58
   Slimbox modified by :  gruppe97 Hamburg

-------------------------------------------------------------- */

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

#lbCenter, #lbBottomContainer {
   position: absolute;
   left: 50%;
   overflow: hidden;
   background-color: #fff;
   z-index: 500;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px 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(./common/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
    font        : "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

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

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

#lbCaption {
	font-weight: bold;
}
