#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 15px 15px 0;
	background: #FFFFFF;
	visibility: hidden;
	z-index: 99;
	cursor: pointer;
	height: auto;
	color: #7C9AB1;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 1pt;
	color: #7C9AB1;
	text-align: right;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	color: #7C9AB1;
}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 0px solid #000000;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	color: #666666;
}

