/* Thanks to http://www.digitalia.be */
#lbOverlay {
background-color: #000;
cursor: pointer;
height: 100%;
left: 0;
top: 0;
position: fixed;
width: 100%;
z-index: 9999;
}
#lbCenter, #lbBottomContainer {
background-color: #fff;
overflow: hidden;
position: absolute;
z-index: 9999
}
.lbLoading {
background: #fff url('images/slimbox/loading.gif') no-repeat center
}
#lbImage {
background-repeat: no-repeat;
border: 10px solid #fff;
left: 0;
position: absolute;
top: 0
}
#lbPrevLink, #lbNextLink {
display: block;
outline: none;
position: absolute;
top: 0;
width: 50%
}
#lbPrevLink {
left: 0
}
#lbPrevLink:hover {
background: transparent url('images/slimbox/prevlabel.gif') no-repeat 0 15%
}
#lbNextLink {
right: 0
}
#lbNextLink:hover {
background: transparent url('images/slimbox/nextlabel.gif') no-repeat 100% 15%
}

#lbBottom {
border: 10px solid #fff;
border-top-style: none;
color: #666;
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
line-height: 1.4em;
text-align: left
}
#lbCloseLink {
background: transparent url('images/slimbox/closelabel.gif') no-repeat center;
display: block;
float: right;
height: 22px;
margin: 5px 0;
outline: none;
width: 66px
}
#lbCaption, #lbNumber {
margin-right: 71px
}
#lbCaption {
font-weight: bold
}
#lbPrevLink:hover, #lbNextLink:hover, #lbCloseLink:hover, #lbCloseLink:focus { /* Compatible with Ypthima Theme */
border-bottom: none
}