#lbOverlay {
background-color:#300;
cursor:pointer;
left:0pt;
position:absolute;
width:100%;
z-index:70;
}
#lbCenter, #lbBottomContainer {
background-color:#fff;
left:50%;
overflow:hidden;
position:absolute;
z-index:71;
}
#lbImage embed {
z-index:77;
}
.lbLoading {
background:#000000 url(1_loading.gif) no-repeat scroll center;
}
#lbImage {
background-repeat:no-repeat;
border:7px solid #fff;
}
#lbPrevLink, #lbNextLink {
display:block;
outline-color:invert;
outline-style:none;
outline-width:medium;
position:absolute;
top:0pt;
width:50%;
}
#lbPrevLink {
left:0pt;
}
#lbPrevLink:hover {
background:transparent url(1_prev.png) no-repeat scroll 0% 30%;
}
#lbNextLink {
right:0pt;
}
#lbNextLink:hover {
background:transparent url(1_next.png) no-repeat scroll 100% 30%;
}
#lbBottom {
border-color:#fff;
border-style:none solid solid;
border-width:7px;
color:#666666;
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
line-height:16px;
text-align:left;
}
#lbCloseLink {
background:transparent url(1_close.png) no-repeat scroll center;
display:block;
float:right;
height:30px;
margin:0px;
width:30px;
}
#lbCaption, #lbNumber, #lbCopyright {
margin:0pt 7px;
}
#lbCaption {
font-weight:bold;
}

#linkEffect { text-decoration: underline; color: #666666; }
#linkEffect:hover { text-decoration: none; color: #ffffff; }