#lxOverlay {
  z-index: 90;
  background: #000; }

#lightbox {
  z-index: 100;
  color: #4c4c4c; }
  #lightbox a {
    color: #4c4c4c; }

#lxOuterImageContainer {
  background: #fff; }

#lxNavClose {
  width: 26px;
  height: 26px;
  background: url(../images/lx_close.gif) no-repeat left top; }

#lxDataContainer {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  background: #fff;
  margin: 0px auto;
  line-height: 14px; }

#lxData {
  text-align: left;
  overflow: auto; }
  #lxData div.titel {
    font-weight: bold;
    font-size: 12px; }

#lxBottomNav {
  text-align: right;
  font-size: 12px;
  font-weight: bold; }

#lxImageNext {
  background: url(../images/lxNext.png) no-repeat -1000px -1000px; }
  #lxImageNext:hover {
    background-position: right 20%; }

#lxImagePrev {
  background: url(../images/lxPrev.png) no-repeat -1000px -1000px; }
  #lxImagePrev:hover {
    background-position: left 20%; }

#lxImagePlay {
  background: url(../images/lxPlay.png) no-repeat -1000px -1000px; }
  #lxImagePlay:hover {
    background-position: center center; }

#lxImagePause {
  background: url(../images/lxPause.png) no-repeat -1000px -1000px; }
  #lxImagePause:hover {
    background-position: center center; }
