/* THUMBNAIL */


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 10px;
background: #690403;
border: 1px solid #FFE9B8;
visibility: hidden;
z-index: 9999 !important;
text-align: center;
}

#thumbBox a{
  font-size: 13px;
  display: inline;
  float: none; 
  padding: 5px 5px 10px 5px;
  /*height: 20px;*/
  background-color: #7F1E1D;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 35px;
  border: 1px solid #540404;
  color: #FDECB8;
  text-decoration: none;
  letter-spacing: 0.01em;
}
#thumbBox a:hover{
  background-color: #923635;
}

#thumbCount {
  font-size: 12px;
  color: #FDECB8;
}
#thumbBox img {
  cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0 5px 0;
text-align: right;
}

#thumbBox .footerbar span { color: #AA9A8B; }

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background: #690403;
color: #934342;
font-size: 11px;
}

#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;
}

