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

#thumbBox .footerbar  { color: #009; font: bold 10px/10px Tahoma; text-align: right; letter-spacing: 5px; padding: 5px 0 }


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

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