#thumbBox { background: #39f; visibility: hidden; cursor: pointer; padding: 10px 10px 0; position: absolute; z-index: 1000; top: 0; left: 0; width: auto }

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


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

#thumbLoading { background-color: #efefef; visibility: hidden; padding: 5px; position: absolute; border: solid 1px black }