#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	border-top:8px solid #460619;
	border-right:8px solid #460619;
	border-bottom:8px solid #460619;
	border-left:8px solid #460619;
	padding: 0;
	padding-bottom: 0;
	background-color:#93556f;
	color:#ffffff;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 0.8em;
	color: white;
	padding: 0 4px 4px 4px;
	text-align: right;
	background-color:#460619;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color:#460619;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}