#ThumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 5px 5px 0px 5px;
	background: #000066;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#ThumbBox .PopUpLogo {
	width: 124px;
	margin: 0px 0px 2px 0px;
}

#ThumbBox .FooterBar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 7pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 2px 5px 4px 0px;
	text-align: right;
}


#ThumbBox #ThumbImage { /*DIV within thumbbox that holds the enlarged image */
	border: 1px solid #FFFFFF;
}

#ThumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	background: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
