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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
line-height: 1.1em;
color: #333333;
padding: 5px 3px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #dedede;
font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
color: #333333;
padding: 1px 1px;
line-height: 1.2em;
text-align: left;
}

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