#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;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.lbLoading 
{
	z-index: 21;
	background: #ffffff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage
{
	z-index: 21;
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#lbPrevLink, #lbNextLink
{
	z-index: 22;
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink 
{
	z-index: 22;
	left: 0;
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbPrevLink:hover 
{
	z-index: 22;
}

#lbNextLink 
{
	z-index: 22;
	right: 0;
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbNextLink:hover 
{
	z-index: 22;
}

#lbBottom 
{
	z-index: 21;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #004000;
	text-align: left;
	border-right: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-bottom: 2px solid #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;
}

#lbCaption, #lbNumber 
{
	z-index: 21;
	margin-right: 71px;
	font-size: 75%;
	color: #666666;
	margin: 0 0 5px 0;
}

#lbCaption 
{
	z-index: 22;
	font-size: 85%;
	font-weight: 500;
	color: #333333;
}

