#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 100px;
top: 0;
width: auto;
padding: 3px 3px 0;
background: #660000;
visibility: hidden;
z-index: 50;
cursor: hand;
cursor: pointer;
; clip:      rect(   )
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px/14px Tahoma;
letter-spacing: 3px;
color: white;
padding: 5px 0;
text-align: right;
; text-decoration: overline
}


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

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