/* Start of CMSMS style sheet 'online_gallery' */
#lbBottomContainer {
        width: 843px;
        position: relative;
}

#lbCenter, #lbBottomContainer {
        overflow: hidden;
        background-color: #fff;
        z-index: 202;
        left:0;
}
#lbCenter{
  width: 100%;
  height:800px;
  position: relative;
  border: 1px solid #f3f3f3;
  background: #fff url('uploads/images/interface/loading.gif') no-repeat center;	
}
#lbBottomContainer{
  height: 40px;
  position: relative;
}
.lbLoading {
        background: #fff url('uploads/images/interface/loading.gif') no-repeat center;
        z-index: 201;
}

#lbImage {
        background-repeat: no-repeat;
        width:590px;
        height:810px;
        margin-left: 150px;
}

#lbPrevLink, #lbNextLink, #lbReload, #lbToggle {
        display: block;
        /*position: absolute;
        top: 0px;*/
        outline: none;
        z-index: 202;
        height: 20px;
        width: 60px;
        background: blue;
        margin: 10px 20px;
        position:absolute;
}

#lbPrevLink {

        background: transparent url('/uploads/images/interface/back.jpg') no-repeat 0% 50%;
		left:670px;
}

#lbPrevLink:hover {
        
}

#lbNextLink {

        background: transparent url('/uploads/images/interface/next.jpg') no-repeat 100% 50%;
		right:0px;
}

#lbNextLink:hover {
       
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        padding: 10px;
        padding-top: 15px;
		width: 250px;
		display:block;
		float:left;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(/modules/Album/templates/db/slimbox/images/closelabel.gif) no-repeat center;
        margin: 5px 0;
        z-index: 203;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
        margin-left: 10px;
        
}

#lbCaption {
        font-weight: bold;
}
#gallery{
  position:relative;
  display:block;
   height: 870px;
   width: 100%px;
}
#thumbnailsbox .picturelist{
  padding-left:140px;
  border: 1px solid #f3f3f3;
  margin:0;
}
#thumbnailsbox .picturelist .thumb{
  height: 130px;
  padding-top:5px;
  padding-bottom:5px;
}
/* End of 'online_gallery' */

