/*.nav  a:active       { font-variant: normal; font-size: 10.0pt; font-family: Tahoma; color: #000000; font-weight: bold;text-decoration:none  }
.nav a:hover{color: #cc0000;}
a { color: #000000; font-family: Tahoma; font-size:10.0pt; text-decoration: none; font-weight: bold }*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
text-align: center;
left: 0;
top: 0;
width: 100%;
padding: 10px;
padding-bottom: 0;
background: #30200F;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: center;
position:relative;
left:1%;
}

/*
#thumbBox .backbar{ /*Footer DIV of thumbbox that contains "<" link 
font: bold 12px Tahoma;
line-height: 1.1em;
color: orange;
padding: 5px 0;
position:relative;
left:2%;
}

#thumbBox .forwardbar{ /*Footer DIV of thumbbox that contains ">" link 
font: bold 12px Tahoma;
line-height: 1.1em;
color: orange;
padding: 5px 0;
position:relative;
left:57%;
}



#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

#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;
}
