#thumbBox
	{ /*Outermost DIV (border) for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #484824;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	}

#thumbBox .footerbar
	{ /*Footer DIV of thumbbox that contains "close" link */
	font-face: Veranda;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #F9FBEA;
	line-height: 1.1em;
	padding: 5px 0;
	text-align: right;
	}


#thumbBox #thumbImage
	{ /*DIV Color of fade, text box within thumbbox that holds the enlarged image, and thumbnail title text */
	font-face: Veranda;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #484824;
	text-align: center;
	padding: 5px 5px;
	background-color: #F1E9B8;
	}

#thumbLoading
	{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #F9FBEA;
	padding: 5px;
	z-index: 5;
	}
