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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
padding: 2px;
}

#footer{ /*Footer DIV of thumbbox that contains "close" link */
position:relative;
left: 0px;
top: 0px;
width: 80px;
height: 22px;
text-align: right;
}

#rolloverdesc	{
position:absolute;
left: 4px;
bottom: 2px;
width: 80px;
height: 22px;
text-align: left;
}

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

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font: bold 12px verdana;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}