/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #660000;
	cursor: pointer;
	border: thick groove #FF9900;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9995;
	overflow: visible;
	background-color: #FF9900;
}

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

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	outline: none;
	height: 48px;
	width: 48px;
	top: 85%;



}

#lbPrevLink {
	left: -50px;
	background: transparent url(prev.png) no-repeat;

}

#lbPrevLink:hover {
	background: transparent url(prev2.png) no-repeat;
}

#lbNextLink {
	right: -50px;
	background: transparent url(next.png) no-repeat;

}

#lbNextLink:hover {
	background: transparent url(next2.png) no-repeat;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	line-height: 1.4em;
	text-align: left;
	border-top: 3px groove #CC6600;
	border-right: 3px solid #CC6600;
	border-bottom: 3px solid #CC6600;
	border-left: 3px solid #CC6600;
	background-color: #FF9900;

}

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

#lbCaption, #lbNumber {
	margin-right: 71px;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #660000;
}

#lbCaption {
}

