#thumbBox
{position: absolute;
left: 0;
top: 0;
width: auto;
padding: 15px;
padding-bottom: 0;
background: #660000;
visibility: hidden;
z-index: 10;
cursor: help;
/*Outermost DIV for thumbnail viewer*/}

#thumbBox .footerbar
{font-family: Helvetica;
font-size: 15pt;
font-weight: bold;
letter-spacing: 5px;
line-height: 17px;
color: #000;
padding: 5px 0;
text-align: right;
/*Footer DIV of thumbbox that contains "close" link */}


#thumbBox #thumbImage
{font-family: Helvetica;
font-size: 9pt;
line-height: 12px;
letter-spacing: 1px;
color: #000000;
background-color: #FFF;
width: auto;
padding: 10px;
padding-bottom: 0;
/*DIV within thumbbox that holds the enlarged image */}

#thumbLoading
{position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
/*DIV for showing "loading" status while thumbbox is being generated*/}
