/* Custom slimbox for Bettle */

#lbOverlay { position: fixed; z-index: 9997; left: 0; top: 0; width: 100%; height: 100%; background: #000; cursor: pointer; }

#lbCenter, #lbBottomContainer { position: absolute; color: #fff; }
#lbCenter { z-index: 9997; background: #000 url(../graphics/loading.gif) no-repeat center center; }
#lbBottomContainer { z-index: 9998; }

.lbLoading { background: #fff url(../graphics/lightbox-loading.gif) no-repeat center; }

#lbImage { position: absolute; left: 0; top: 0; padding: 0 0 10px; border: 15px solid #000; background-repeat: no-repeat; }

#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }

#lbPrevLink { left: 0; }

#lbCenter #lbPrevLink,
#lbCenter #lbNextLink { position: absolute; top: 100%; margin: 5px 0 0; height: 17px !important; }

#lbPrevLink { left: 0; width: 56px; background: url(../graphics/lightbox-controls.gif) no-repeat 0 0; }
#lbPrevLink:hover { background: url(../graphics/lightbox-controls.gif) no-repeat 0 -17px; }
#lbNextLink { right: 0; width: 54px; background: url(../graphics/lightbox-controls.gif) no-repeat -56px 0; }
#lbNextLink:hover { background: url(../graphics/lightbox-controls.gif) no-repeat -56px -17px; }

#lbBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; padding: 0; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #000; border-top-style: none; }

#lbCloseLink { position: absolute; top: 0px; left: 50%; margin: -20px 0 0 -35px; display: block; width: 70px; height: 17px; background: red url(../graphics/lightbox-controls.gif) no-repeat -110px 0; outline: none; }
#lbCloseLink:hover { background-position: -110px -17px; }

#lbCaption, #lbNumber { margin-right: 71px; }
#lbNumber { display: none; }

#lbCaption { font-weight: bold; }