#thumbBox
{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0; 
	top: 0;
	width: auto;
	padding: 0px;
	padding-bottom: 0;
	background: none;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox #thumbImage
{
	/*DIV within thumbbox that holds the enlarged image */
	font: bold 11px Verdana;
	color: none;
	background-color: none;
	text-align: center;
	padding: 0px;
}
#thumbLoading
{ 
	/*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 0px none;
	background-color: none;
	padding: 0px;
	z-index: 5;
}
