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

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

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

#lbPrevLink, #lbNextLink, #lbCloseLink {
margin: 5px 5px 10px 0px;
outline: none;
height: 20px;
width: 50px;	
}

#lbPrevLink {
display: block;
	float: right;
	background: transparent url(prevlabel.gif) no-repeat center;
}

#lbNextLink {

display: block;
	float: right;
	background: transparent url(nextlabel.gif) no-repeat center;



}

#lbBottom {
	background-color: #727272;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #e5e5e5;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #727272;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	background: transparent url(closelabel.gif) no-repeat center;
}

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

#lbCaption {
	font-weight: bold;
}
