#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0px;
top: 0px;
width: auto;
padding: 5px 5px 0px 5px;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: pointer;
border: 2px solid #a00000;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px arial;
line-height: 1.1em;
background-color: #ffffff;
color: #000000;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #ffffff;
color: #000000;
text-align:center;font:bold 10pt arial; 
}

#thumbLoading{ /* DIV for showing "loading" status while thumbbox is being generated */
position: absolute;
visibility: hidden;
border: 1px solid #a00000;
background-color: #ffffff;
padding: 5px;
z-index: 5;
}