#thumbBox{ /*Outermost DIV for thumbnail viewer*/	
	
	font-family:verdana;
	font-size:8pt;
	color: #C5C5C5;

position: absolute;
background-color: black;
border: 1px solid gray;
left: 0;
top: 0;
min-width: 200px;
padding: 10px;
padding-bottom: 0;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px verdana;
color: white;
padding: 5px 0;
text-align: right;
height: 100%;
width: 100%;
align: center;
vertical-align: middle;
align: center;
vertical-align: middle;
}


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

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