/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;
}

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

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

#lbPrevLink, #lbNextLink {
	margin:7px;
	position: absolute;
	top: 0;
	width: 22px;
}

#lbPrevLink, #lbPrevLink:hover {
	left: 0;
	background: url(prevlabel.gif) no-repeat;
}

#lbNextLink, #lbNextLink:hover {
	left: 26px;
	background: url(nextlabel.gif) no-repeat;
}

#lbBottom {
	position: relative;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	
	background-color: #990000;
	
	float: right;
	
	height: 17px;
	width: 17px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 9px 0 0 7em;
		
}

#lbNumber{
	float: left;
	font-size:13px;
	margin-top: 10px;
	margin-left: 20%;
}

#lbCaption {
	font-weight: bold;
	float:left;
	font-size:13px;
	margin-top: 10px;
	margin-left: 40%;
}

