#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 2px;
padding-bottom: 0;
background: gray;
visibility: hidden;
z-index: 10;
border-left: 1px solid lightgray; 
border-top: 1px solid lightgray;
border-right: 1px solid black;
border-bottom: 1px solid black; 
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1 px ;
color: green;
padding: 1px 0;
text-align: right;
}

#thumbBox .headerbar{ /*Added by DRG - DIV of thumbbox that contains "close" link */
font: 14px Verdana;
letter-spacing: 0px;
line-height: 1px;
color: white;
padding: 0px 0px;
text-align: right;
}

#thumbBox .headertext{ /*Added by DRG - DIV of thumbbox that contains "close" link */
font: 14px Verdana;
line-height: 1px;
color: gray;
padding: 4px 5px;
text-align: left;
}


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

#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;
}
