#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	width: 600px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	visibility: hidden;
	z-index: auto;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=80%);
	margin: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	clear: none;
	float: none;
	height: auto;
	border: thick solid #333333;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	line-height: normal;
	color: #CC0000;
	padding: 5px 0;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-top: 0;
	padding-top: 10%;
	text-align: center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	padding: 5px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
}

