#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left:0;
top:0;
width:auto;
padding:5px;
background:#660000;
visibility:hidden;
z-index:10;
cursor:hand;
cursor:pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:bold 13px Tahoma;
letter-spacing:5px;
line-height:.8em;
color:#FFFFFF;
text-align:right;
padding-top:.3em;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
text-align:center;
font:bold 12px Tahoma;
line-height:.8em;
padding-bottom:3px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #EFEFEF;
z-index: 5;
}