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

#thumbBox img{ /*Outermost DIV for thumbnail viewer*/
	border: 1px solid #FFFFFF;
}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 10px Arial;
	color: #FFFFFF;
	line-height: 10px;
	padding: 3px 0;
	text-align: right;
}


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

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