@charset "utf-8";
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	color: #FF0000;
	background-color:transparent;
	padding: 5px 0;
	text-align: right;
	font-size: 11px;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #FFFFFF;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	z-index: 5;
}

