#thumbBox{
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
	background-color: #D0A651;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6A2619;
	clear: both;
	border: 10px double #7A5B08;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #6A281A;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{
	background-color: white;
}

#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;
}
.about {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #4D5234;
	text-align: center;
	display: block;
	padding: 5px;
	float: right;
}
