#thumbBox{ /*Outermost DIV for thumbnail viewer*/position: absolute;left: 0;top: 0;width: auto;padding: 10px;padding-bottom: 0;
margin: 10px;background: #000000;
border: solid 1px #DBCF7D;visibility: hidden;z-index: 10;cursor: hand;cursor: pointer;}#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */font: 15px Arial, Tahoma;letter-spacing: 3px;line-height: 1.1em;color: #DBCF7D;padding: 5px 0;text-align: right;}#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
color: #BA0C10;
background-color: #000000;
padding: 15px;
border: dotted 1px #DBCF7D;
align: middle;
text-align: center;}#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font: arial;
color: #000000;
position: absolute;visibility: hidden;border: dotted 1px #000000;background-color: #DBCF7D;padding: 5px;z-index: 5;}
