/* THUMBNAIL */


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 10px;
background-color: #8c8068;
border: 3px solid #453b26;
visibility: hidden;
z-index: 9999 !important;
text-align: center;
}

#thumbBox a:hover{
  text-decoration: underline;
  }
#thumbBox a{
  color: #bbbbbb;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  display: inline;
  float: none; 
  padding: 5px 5px 10px 5px;
  /*height: 20px;*/

  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 35px;
  text-decoration: none;
  letter-spacing: 0.01em;
}

#thumbCount {
  font-size: 12px;
  color: #bbbbbb;
}
#thumbBox img {
  cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.0em;
color: white;
padding: 5px 0 5px 0;
text-align: right;
}

#thumbBox .footerbar span { color: #1967ae; }

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */

color: #bbbbbb;
font-size: 10px;
}

#thumbBox .footerbar
{
  cursor: pointer;
}


#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #000;
padding: 5px;
z-index: 5;
font-size: 12px;
}

#thumbBox #zavrit {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 350px; 
  z-index: 888888; 
  width: 150px; 
  height: 30px;  
  color: #fff; 
  line-height: 30px; 
  font-size: 11px; 
  padding: 0;
  background: none;
  border: none;
  text-decoration: underline;
}
