#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 10px;
background: #000000;
visibility: hidden;
z-index: 10000;
cursor: hand;
cursor: pointer;
clear: all;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
font-weight: bold;
font-size: 8pt;
line-height: 1.5em;
text-align: right;
text-transform: uppercase;
color: #AAA585;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
z-index: 10001;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
font-weight: bold;
font-size: 12pt;
line-height: 1.5em;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5000;
}