/* 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: transparent;
}

.lbLoading {
	background: url(../Bilder/slimbox/loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover { background-image: url(../Bilder/slimbox/prevlabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }

#lbNextLink {
	right: 0;
}

#lbNextLink:hover { background-image: url(../Bilder/slimbox/nextlabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 100% 50%; }

#lbBottom { font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 12px; color: #bbb; line-height: 1.4em; text-align: center; border-color: transparent; border-style: none solid solid; border-width: 10px; }

#lbCloseLink { background-image: url(../Bilder/slimbox/closelabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: center; text-align: center; position: relative; left: 45%; right: 45%; display: block; float: none; width: 66px; height: 22px; margin: 5px 150px 5px 0; outline: none medium; }

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

#lbCaption {
	font-weight: bold;
}
