/* --- Popup window styling --- */
#lbOverlay {position:absolute;left:0;width:100%;background-color:#000;cursor:pointer;}
#lbCenter, #lbBottomContainer {position:absolute;left:50%;overflow:hidden;background-color:#fff;}
.lbLoading {background:#fff url(../img/loading.gif) no-repeat center;}
#lbImage {border:10px solid #fff;}
#lbPrevLink, #lbNextLink {display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink {right:72px; width: 50px;}
#lbPrevLink {background:transparent url(../img/prevlabel.gif) no-repeat 0px 10px;}
#lbNextLink {right:0; width:72px;}
#lbNextLink {background:transparent url(../img/nextlabel.gif) no-repeat 0px 10px;}
#lbBottom {font-family:Verdana, Helvetica, sans-serif;font-size:10px;color:#333;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none;border-bottom-style:none; padding-bottom: 10px; background: #fff url(../img/closebg.gif) no-repeat top right;}
#lbCloseLink {display:block; float:right;width:66px;height:22px;background:transparent url(../img/closelabel.gif) no-repeat center;margin:5px 0;}
#lbCaption, #lbNumber {margin-right:81px; margin-left: 40px; margin-bottom: 10px;}
#lbCaption {font-weight:normal;}
#lbCaption b {color:#333;font-size:11px;}
/* JoomlaWorks fixes for Slimbox */
#lbOverlay {z-index:9990;}
#lbCenter {z-index:9991;}
#lbBottomContainer {position:absolute;z-index:9992;}
/* --- END --- */