/* überschreibt das Standard-Layout der Lightbox */

   #overlay{
      background-color: #ccc;
   }

   #outerImageContainer {
      width : 800px !important;
      height : 500px !important;
   }
   #imageDataContainer {
      width : 800px !important;
   }
   #imageDetails {
      width : 780px !important;
/*       background-color : red ; */
   }
   #caption {
      display : block;
      border-top : 1px solid;
      border-bottom : 1px solid;
      padding : 0.6em 0;
      font-weight : 400 !important;
      font-family : arial;
      font-size : 12px;
   }
   #imageData #numberDisplay {
      display : inline;
      font-family : arial;
      font-size : 10px;
      position : relative;
      top : 4px;
   }
   #bottomNavClose {
      margin : 0;
   }
   #imageData #bottomNavClose {
      float : right;
      margin-top : -12px;
   }

   #hoverNav {
      border-top : 24px solid #003;
      margin-top : -24px;
      display : block !important;
   }
   #prevLink {
/*       border : 1px solid blue; */
      margin-top : -20px;
   }
   #nextLink {
/*       border : 1px solid green; */
      margin-top : -20px;
   }


   #prevLink,
   #prevLink:hover,
   #prevLink:visited:hover {
      background: url(../images/prev.gif) right 0 no-repeat;
   }
   #nextLink,
   #nextLink:hover,
   #nextLink:visited:hover {
      background: url(../images/next.gif) left 0 no-repeat;
   }


