#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 6px;
padding-bottom: 0;
background-color:#FFFFFF;
visibility:hidden;
z-index: 20;
cursor: hand;
cursor: pointer; 
border-top: #DFE8EE 1px solid;
border-left:#DFE8EE 1px solid;
border-right: #84BEE6 1px solid;
border-bottom:#84BEE6 1px solid;
}

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

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #EEEEEE;
/*background-image:url(../imgs/leftbg.jpg);*/
border: 1px solid #CCCCCC;
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 Arial;
/* font-variant: small-caps;*/
}
