/* SLIMBOX */


#lbCenter {
	position: relative;
	z-index: 99;
	margin-left: 50%;
	margin-right: 50%;
	overflow: hidden;
	background-color: #860000;
}

#lbBottomContainer {
	position: absolute;
	margin-left: 50%;
	margin-right: 50%;
	z-index: 100;
}
.lbLoading {
	background: #860000 url(../gfx/loading.gif) no-repeat center;
}
#lbImage {
	position: fixed;
	margin-left: 50%;
	margin-right: 50%;
	top: 40px;
	border: 3px solid #860000;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 150px;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 5px;
}
#lbPrevLink:hover {
	background: transparent url(../gfx/prevlabel.png) no-repeat 0% 15%;
}
#lbNextLink {
	right: 5px;
}
#lbNextLink:hover {
	background: transparent url(../gfx/nextlabel.png) no-repeat 100% 15%;
}
#lbBottom {
	position: fixed;
	top: 40px;
	margin-left: 50%;
	margin-right: 50%;
	font-size: 0px;
	z-index: 999;
}
#lbCloseLink {
	position: absolute;
	top: -15px;
	right: -20px;
	float: right;
	width: 32px;
	height: 32px;
	background: transparent url(gfx/closelabel.png) no-repeat center;
	outline: none;
	z-index: 999;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

