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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	padding: 5px 0;
	text-align: right;
	font-family: Tahoma;
	font-size: 7px;
	font-weight: normal;
	color: #FDF8F0;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #CCCCCC;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 5;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
