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

#lbBottomContainer 
{
	position: absolute;
	z-index: 200;
	left: 50%;
	overflow: hidden;
	background-color: #870B0B; 
	padding: 5px 10px 5px 10px;
}

#lbCenter 
{
	position: absolute;
	z-index: 200;
	left: 50%;
	overflow: hidden;
	background-color: #870B0B; 
	padding: 10px;
}

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

#lbImage {
	position: relative;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

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

#lbPrevLink 
{
	left: 0;
}

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

#lbNextLink 
{
	right: 0;
}

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

#lbBottom 
{
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink 
{
	display: block;
	float: right;
	width: 88px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0px;
	outline: none;
}

#lbCaption, #lbNumber
 {
 	float:left;
	/*margin: 0px 91px 0px 0px;*/
}

#lbCaption 
{

}
