#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 5px;
background: #fddf93;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 12px Tahoma;
color: #990000;
text-align:left;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 0px;
line-height: 1.05em;
color: #666666;
padding: 5px 0;
text-align: right;
}


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


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


}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 2px solid #298c00;
background-color: #ffffff;
padding: 5px;
z-index: 5;
}
