#lbOverlay
{
	z-index: 21;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
}

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

.lbLoading 
{
	backgroundz-index: 21;
	background: #ffffff url(../../images/slimbox/loading.gif) no-repeat center;
}

#lbImage
{
	z-index: 21;
	border: 10px solid #ffffff;
}

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

#lbPrevLink 
{
	z-index: 22;
	left: 0;
}

#lbPrevLink:hover 
{
	z-index: 22;
	background: transparent url(../../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink 
{
	z-index: 22;
	right: 0;
}

#lbNextLink:hover 
{
	z-index: 22;
	background: transparent url(../../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom 
{
	z-index: 21;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #58833b;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

#lbCloseLink 
{
	z-index: 22;
	display: block;
	float: right;
	width: 74px;
	height: 22px;
	background: transparent url(../../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	color: #58833b;
}

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

#lbCaption 
{
	z-index: 22;
	font-weight: bold;
	font-size: 11px;
	color: #555555;
}
