#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: #ecedee;
	border-bottom: 1px solid #c8d1d5;
	border-right: 1px solid #c8d1d5;
}

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

#lbImage
{
	z-index: 21;
	border-top: 10px solid #ecedee;
	border-left: 10px solid #ecedee;
	border-right: 10px solid #ecedee;
	border-bottom: 5px solid #ecedee;
}

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

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

#lbPrevLink:hover 
{
	z-index: 22;
}

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

#lbNextLink:hover 
{
	z-index: 22;
}

#lbBottom 
{
	z-index: 21;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4f4a4a;
	text-align: left;
	border-right: 10px solid #ecedee;
	border-left: 10px solid #ecedee;
	border-bottom: 2px solid #ecedee;
}

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

#lbCaption, #lbNumber 
{
	z-index: 21;
	margin-right: 71px;
	font-size: 80%;
	color: #3f7381;
	margin: 0 0 5px 0;
}

#lbCaption 
{
	z-index: 22;
	font-size: 100%;
	font-weight: 500;
	color: #000000;
}
