#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 5px;
/*	padding-bottom: 1;*/
	background: #ecebd3;
	border: solid 1px #a19f80;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar{
	/*Footer DIV of thumbbox that contains "close" link */
	font:bold 12px Arial;
	line-height: 25px;
	color: #382f2f;
	padding-right: 10px;
	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;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #a19f80;
	border-bottom: 1px solid #a19f80;
	color: #5b5b5b;
	background-color:#ecebd4;
	padding: 10px 10px;
	z-index: 50;
}