#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 40px;
	padding-bottom: 5px;
	background: #666666;
	visibility: hidden;
	z-index: 90;
	cursor: hand;
	cursor: pointer;
}


#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-size: 11px;
	color: #FFF;
	padding: 10px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #666666;
	font-size: 11px;
	color: #FFF;
}


#thumbImage{
}


#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	/* border: 0px solid #999999; */
	background-color: #666666;
	color: #FFFFFF;
	padding: 40px;
	z-index: 80;
}


.footerbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

