#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 0 1px 1px 0;
	padding-bottom: 0;
	background-color: #0E4F99;
	visibility: hidden;
	z-index: 50;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000000;
	box-shadow: 0 0 15pt #000000;
	-moz-box-shadow: 0 0 15pt #000000;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin:3px 15px;
	padding:0;
	text-align:right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background-color:#FFFFFF;
	border:1px solid #E6C95B;
	margin:13px 13px 0 13px;
	padding: 13px 13px 0 13px;
}
#thumbBox #thumbImage img {
	border:1px solid #C7D5E4;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #00b7f3;
	padding: 5px;
	z-index: 5;
}
