/* SLIMBOX */

#lbOverlay {
   position: absolute;
   left: 0;
   width: 100%;
   background-color: #000;
   cursor: pointer;
   z-index: 1150;
}

#lbCenter, #lbBottomContainer {
   position: absolute;
   left: 50%;
   overflow: hidden;
   background-color: #fff;
   z-index: 1155;
}

.lbLoading {
   background: #fff url(loading.gif) no-repeat center;
   z-index: 1155;
}

#lbImage {
   position: absolute;
   left: 0;
   top: 0;
        border: 10px solid #fff;
        border-top: 40px solid #fff;
   background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
   display: block;
   position: absolute;
        top: 0;
        width: 120px;
        height: 20px !important;
   outline: none;
   z-index: 1160;
}

.nawigacja {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        text-decoration: none;
}

#lbPrevLink {
   left: 0;
        text-align: left;
        padding-left: 10px
}

#lbPrevLink:hover {
        text-align: left;
        padding-left: 10px
}

#lbNextLink {
   right: 0;
        text-align: right;
        padding-right: 10px
}

#lbNextLink:hover {
        text-align: right;
        padding-right: 10px
}

#lbBottom {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 10px;
   color: #666;
   line-height: 1.4em;
   text-align: left;
   border: 10px solid #fff;
   border-top-style: none;
        padding-top: 20px;
}

#lbCloseLink {
   display: block;
        width: 17px;
   height: 22px;
   background: transparent url(closelabel.gif) no-repeat center;
        margin: 5px;
        position: absolute;
        top: -37px;
        right: 0px;
   z-index: 170;
}

#lbCaption, #lbNumber {
}

#lbCaption {
   font-weight: bold;
}

#ilosc_zdjec {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        
        display: block;
        height: 22px;
        margin: 5px;
        position: absolute;
        top: -33px;
        left: -4px;
}
