/* SLIMBOX */

#lbOverlay
{
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
position: absolute;
z-index: 9999;
overflow: hidden;
background-color: transparent;

padding-top:0px;
}

.lbLoading
{
background: #fff url(loading.png) no-repeat center;
}

#lbImage
{
position: absolute;
left: 0;
top: 0;
border: 0px solid #999;
background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}

#lbPrevLink
{
left: 0;
}

#lbPrevLink:hover
{
background: transparent url(prevlabel3.png) no-repeat 0 15%;
}

#lbNextLink
{
right: 0;
}

#lbNextLink:hover
{
background: transparent url(nextlabel3.png) no-repeat 100% 15%;
}

#lbBottom
{
display: none;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-weight:normal;
font-size: 10px;
color: #ccc;
line-height: 1.4em;
text-align: left;
border: 0px solid #000;
border-top-style: none;
margin: 5px;
}

#lbCloseLink
{
display: none;
float: right;
width: 54px;
height: 20px;
background: transparent url(closelabel3.png) no-repeat center;
margin: 0px 0;
outline: none;
}

#lbCaption, #lbNumber
{
margin-right: 71px;
margin-bottom: -10px;
}

#lbCaption
{
font-weight: bold;
margin-top: 15px;
}
