#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
	background-image: url(site_files/page_bg.jpg);
	background-repeat: repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin: 0px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	text-align: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	padding: 5px;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(site_files/loading.gif);
}
#thumbBox img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px;

}
