#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 1px;
	padding-bottom: 1px;
	background: #a0a0a0;
	border:0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}
#thumbBox .footerbar{
	/*Footer DIV of thumbbox that contains "close" link */
	font:normal 11px Arial;
	line-height: 22px;
	color: #ffffff;
	padding: 1px;
	text-align: right;
}
#thumbBox #thumbImage{
	/*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}
#thumbLoading{
	/*DIV for showing "loading" status while thumbbox is being generated*/
	position:absolute;
	visibility:hidden;
	background: #474849;
	border:0;
	color: #ffffff;
	padding: 5px 5px;
	z-index: 50;
	line-height:16px;
	border:1px solid #717171;
}
#thumbLoading img {
	margin-right:5px;

}