/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000; /*rr changed for BG*/
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 546px;
	overflow: hidden;
	background-color: #e5e7e7; /*	rr changed to grey*/
	margin: -2px 0 0 0px; /*rr added margin to get top down*/

}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #e5e7e7; /*	rr changed to grey and no border*/
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: courier;
	font-size: 10px;
	color: #251B56;
/*	line-height: 1.4em;*/
	text-align: left;
	border: 2px solid #e5e7e7; /*	rr changed to grey*/
	border-top-style: none;
	border-bottom: 20px solid #e5e7e7; /*	rr added*/
	border-top: 5px solid #e5e7e7; /*	rr added*/
	height:12px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel8.gif) no-repeat center;
	margin: 0 10px 0 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	margin-left:19px;
	margin-top:0;
	margin-bottom:0;
}

#lbCaption {
/*font-weight: bold;*/
/* font-style:italic;*/
letter-spacing:0px;
font-size:11px;
color:#251B56;			/*	rr CAPITON FONT*/
}
