/* SLIMBOX */
#gal_btn { padding-left: 50px; position: relative }
#lbOverlay     { background-color: #000; cursor: pointer; position: absolute; z-index: 999; left: 0; width: 100% }
#lbCenter, #lbBottomContainer   { background-color: #fff; position: absolute; z-index: 999; left: 50%; overflow: hidden }

.lbLoading    { background: #fff url("loading.gif") no-repeat center; z-index: 999 }

#lbImage  { background-repeat: no-repeat; position: absolute; z-index: 999; top: 0; left: 0; border: solid 10px #fff }

#lbPrevLink, #lbNextLink  { display: block; position: absolute; z-index: 999; top: 0; width: 50%; outline: none medium }

#lbPrevLink  { z-index: 999; left: 0 }

#lbPrevLink:hover    { background: url("prevlabel.gif") no-repeat 0 15%; z-index: 999 }

#lbNextLink  { z-index: 999; right: 0 }

#lbNextLink:hover    { background: url("nextlabel.gif") no-repeat 100% 15%; z-index: 999 }

#lbBottom  { color: #666; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; line-height: 1.4em; text-align: left; z-index: 999; border-style: none solid solid; border-width: 10px; border-color: #fff }

#lbCloseLink    { background: url("closelabel.gif") no-repeat center; display: block; margin: 5px 0; z-index: 999; width: 66px; height: 22px; float: right }

#lbCaption, #lbNumber  { margin-right: 71px; z-index: 999 }

#lbCaption  { font-weight: bold; z-index: 999 }

