#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 640px;
top: 480px;
width: auto;
padding: 9px;
padding-bottom: 0;
background: #6478EB;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 15px Arial;
letter-spacing: 1px;
line-height: 1.1em;
color: #FFFFFF;
padding: 2px 1;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #0000FF;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px; color: #FFFFFF;
background-color: #6478EB;
padding: 2px;
z-index: 2;
}
