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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family:Georgia;
font-size:12px;
letter-spacing:2px;
line-height: 1.5em;
color: #000000; 
font-weight: bold;
padding: 5px 0;
text-align: right;
}


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

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #CC0000;
position: absolute;
visibility: hidden;
border: 4px solid #CC0000;
background-color: white;
padding: 5px;
z-index: 5;
}