/********************** prekryti ***********************/
  #prekryti_pozadi, #prekryti_obsah {
      position: absolute;
      top: 0;
      left:0;
      height: 100%;
      width: 100%;       
      display: none;
      text-align: center;      
  }
  #prekryti_pozadi {
      z-index: 1;
      background: url('img/fog90.png');
      _background: none;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fog90.png', sizingMethod='scale'); 
  }    
  #prekryti_obsah {
      z-index: 2;
      color: white;
  }
  #prekryti_obsah a {
      text-align: left;
      font-weight: bold;
      color: white;
  } 
  #tl_zavrit {
      display: block;
      position: absolute;
      top:15px;
      right: 30px;
      text-decoration: none;
  }
  /********************* galerie ************************/
#velkyObrazek {
    margin: 47px auto;
}
#tl_zavrit {
    text-decoration: none;
    font-size: 14px;
}
#odkPredchozi img, #odkDalsi img, #tl_zavrit img{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    background: gray;
    width: 17px;
    height: 17px;
    border: 0;
}
#odkDalsi span, #tl_zavrit span {
    float: left;
    cursor: hand;
}
#odkPredchozi:hover img, #odkDalsi:hover img, #tl_zavrit:hover img {
    background: rgb(156,45,1);
}

#odkPredchozi, #odkDalsi {
    width: 94px;
    position: absolute;
    top: 15px; 
    text-decoration: none;
    font-size: 14px;    
}
#odkPredchozi {
    left: 50px;
}
#odkDalsi {
    right: 50px;
}
#nacitam {
    display: none;
    width: 200px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
}