#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 2;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: normal;
	color: #CCCCCC;
	padding: 5px 2;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #CCCCCC;
	color: #CCCCCC;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 2px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
