#thumbBox{ /*Outermost DIV for thumbnail viewer*/
font: bold 13px Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: white;
line-height: 13px;
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: white;
padding: 5px 0;
text-align: center;
}


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

#thumbBox #thumbImage img{ /*DIV within thumbbox that holds the enlarged image */
display: block;
}

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

#thumbLoading img{
display: block;
}