#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 3px;
padding-bottom: 0;
background-color:#EBEAA4;
visibility:hidden;
z-index: 20;
cursor: hand;
cursor: pointer;
border:#666600 1px inset;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 11px Arial;
font-variant: small-caps;
line-height: 1.1em;
color: #006600;
padding: 1px ;
text-align: center;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #F2F2EA;
/*background-image:url(../imgs/leftbg.jpg);*/
border: 1px inset #666600;
text-align:center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #424242;
/* background-color:#E5E5E5; */
padding: 5px;
z-index: 10;
color: #424242;
font: 11px Sylfaen;
/* font-variant: small-caps;*/
}
