/*Modified by Gary Hollands - solriche, from css by Dynamic Drive Image Thumbnail Viewer - http://www.dynamicdrive.com*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute; top: 0; left: 0;
	width: auto;
	padding: 0.2em 0.2em 0 0.2em;
	background: rgb(50,50,50);
	visibility: hidden;
	cursor: pointer;
	z-index: 25;
}
#thumbBox .footerbar, #thumbBox #thumbImage{
	font-size: 90%;
	text-align: right;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	color: rgb(255,255,255);
	padding: 0.2em 0.2em 0 0;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: rgb(255,255,255);
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute; top: 0; left: 0;
	visibility: hidden;
	padding: 0.2em 0.2em 0 0.2em;
	border: 1px dotted rgb(200,200,200);
	background-color: rgb(250,250,250);
}
