#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px dotted #000000;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	color: #990000;
	padding: 5px 0;
	text-align: right;
}


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

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