/* SLIMBOX */

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

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

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

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

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

#lbPrevLink {
left:-50px;
background: transparent url(prevlabel.png) no-repeat 0 15%;
}

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

#lbNextLink {
right:-50px;
background: transparent url(nextlabel.png) no-repeat 100% 15%;
}

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

#lbBottom {
	font-family:"Courier New";
	font-size:0.8em;
	color: #fff;
	line-height:1.4em;
	text-align:left;
	border:15px solid #9c9b92;
	border-top-style:none;
}

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

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

#lbCaption {
	font-weight:bold;
}
