#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #322F2B;
border:#877C6B solid 1px;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor:default;
}

#thumbBox .footerbar{ /*Footer DIV */
font: bold 16px Tahoma;
background-color:#5E5952;
padding:10px 0px 10px 0px;
}

/*Header DIV of thumbbox that contains "close" link */
#thumbBox .headerbar
{ 
padding:10px 20px 10px 0px;
background-color:#3A3732;
font-family:Trebuchet MS;
font-size:12px;
color:#CFCECB;
text-align: right; 
}


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

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