#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 15px;
padding-bottom: 0;
background: #ffffff;
border: 1px solid #9b9a9a;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font-size:10pt;
font-family:arial;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10pt arial;
line-height: 1.1em;
color: #a00707;
padding: 5px 0;
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 #afaeae;
background-color: #e4e2e2;
padding: 5px;

z-index: 5;
font-size:10pt;
font-family:arial;

}
