/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
}


#lbBottomContainer {
	border-bottom:0;
	height:45px;
}

#lbCenter {
	border-top:0;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 45px solid #fff;
	border-top:0;
	background-repeat: no-repeat;
	background-color:#eee;
	background-position:center;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 45px;
	outline: none;
}

#lbPrevLink {
	left: -45px;
	background: transparent url(images/zurueck.gif) no-repeat 0 50%;
}

#lbPrevLink:hover {
	background: transparent url(images/zurueck_ro.gif) no-repeat 0 50%;
}

#lbNextLink {
	right: -45px;
	background: transparent url(images/weiter.gif) no-repeat 100% 50%;
}

#lbNextLink:hover {
	background: transparent url(images/weiter_ro.gif) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 86px;
	height: 15px;
	background: transparent url(images/schliessen.gif) no-repeat center;
	margin: 14px 14px 0 0;
	outline: none;
	display:inline;
}


#lbNumber {
	/*margin-right: 71px;*/
	margin-left:45px;
	margin-top:15px;
	float:left;
	display:inline;
}

* html #lbNumber{
	margin-top:0;
}

#lbCaption {
	/*margin-right: 71px;
	/*margin-left:45px;
	margin-top:15px;
	float:left;
	display:inline;*/
}

#lbCaption {
	font-weight: bold;
}
#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}
