/* SLIMBOX */
#lbOverlay { position: absolute; z-index: 9999; left: 0; width: 100%; background-color: #000; cursor: pointer;   }
#lbCenter, #lbBottomContainer { position: absolute; z-index: 9999; left: 50%; overflow: hidden;  background-color: #14126d;  }
.lbLoading { background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage { position: absolute; left: 0; top: 0; border: 3px solid #eee; background-repeat: no-repeat; 
}
#lbPrevLink, #lbNextLink {  display: block; position: absolute; top: 0; width: 40%; outline: none;
}
#lbPrevLink { left: 0;
}
#lbPrevLink:hover { background: transparent url(../images/zurueck.gif) no-repeat 5% 25%;
}
#lbNextLink { right: 0;
}
#lbNextLink:hover { background: transparent url(../images/weiter.gif) no-repeat 95% 25%;
}
#lbBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #ffff66; line-height: 1.6em; text-align: left; border: 3px solid #fff; border-top-style: none; 
}
#lbCloseLink { display: block; float: right; width: 205px; height: 17px; background: transparent  url(../images/schliessen.gif) no-repeat center; margin: 10px 10px; outline: none;
}
#lbCaption, #lbNumber { margin-right: 71px; margin-left: 10px; padding-top: 3px;
}
#lbCaption { font-weight: bold; font-size: 12px;
}