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

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

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

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

#lbLinks
{
    padding: 0;
    margin:0;
    border:0;
    float:right;
    width: 48px;
    height: 16px;
}

#lbLinks ul
{
    padding: 0;
    margin:0;
    border:0;
    width: 48px;
    height: 16px;
}

#lbLinks li
{
    padding: 0;
    margin:0;
    border:0;
    float: left;
    list-style-type: none;
    width: 16px;
    height: 16px;
}

#lbLinks li a
{
    padding: 0;
    margin:0;
    border:0;
    width: 16px;
    height: 16px;
}

#lbLinks li a img
{
    padding: 0;
    margin:0;
    border:0;
    width: 16px;
    height: 16px;
}

#lbBottom 
{
	border: 10px solid #fff;
	border-top-style: none;
}

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

#lbCaption 
{
	font-weight: bold;
}

a:hover, a:focus
{
    outline:none;
}


