/* THUMBNAIL */


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 10px;
background: #fff url(../images/thumbox_bg.jpg) left bottom repeat-x;
border: 1px solid #969595;
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: #F5F4F4;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 35px;
  border-left: 1px solid #D4D4D4;
  border-top: 1px solid #D4D4D4;
  border-right: 1px solid #E4E2E2;
  border-bottom: 1px solid #E4E2E2;
  color: #B13C21;
  text-decoration: none;
  letter-spacing: 0.01em;
}
#thumbBox a:hover{
  background-color: #E2FCD9;
  color: #000;
}

#thumbCount {
  font-size: 14px;
}
#thumbBox img {
  border: 1px solid #CFCDCD;
  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: #fff url(../images/thumbox_footer.jpg) left bottom repeat-x;
color: #C3C1C1;
font-size: 13px;
}

#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: #EFEFEF;
padding: 5px;
z-index: 5;
font-size: 12px;
}
