/* SLIMBOX */

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

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prev.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	width: 620px;
	height:75px;
	background-image:url('footer.jpg'); background-repeat:repeat-x;
	background-color:#315d77;
	background-position: bottom;
	}

#lbCloseLink {
	float: left;
	width: 25px;
	height:25px;
	background: transparent url(close.jpg) no-repeat center;
	margin: 10px 0 0 0;
	outline: none;
}
#lbCaption {
	float:left;padding:5px 0 0 10px; width: 610px; height: 35px; color:#ffffff; background-image: url(lbcaption_bg.jpg);
	}
#lbNumber {
float:left;padding:0 0 0 10px; margin-top: 10px; color:#ffffff;height:25px; line-height:25px; width: 80px; border-right:2px solid #315d77;} 
.slide, .stop {float:left; width: 100px;  margin-top: 10px; color:#ffffff;padding:0 0 0 10px; cursor: pointer;height:25px; line-height:25px; }
.preload {float: left; width: 208px; margin-top:10px;height: 25px;line-height: 25px;border-right:2px solid #315d77;background-image:url(ladebalken.jpg); background-repeat: no-repeat; background-position: -10px 10px;}
.load {position: absolute; display: none; height: 25px;line-height: 25px;background-image:url(ladebalken_laedt.jpg); background-repeat: no-repeat; background-position: -10px 10px; background-color: none;}
