#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
background: #002d36;
visibility: hidden;
z-index: 10;
border:1px solid #e99d00;
cursor: hand;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Arial, Helvetica, sans-serif;
letter-spacing: 1px;
line-height: 1em;
color: #e99d00;
padding: 3px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color:#968419;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border:1px solid #e99d00;
color:#FFFFFF;
}

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