	/* Outermost DIV for thumbnail viewer */

	#thumbBox	{position: absolute; left: 0; top: 0; width: auto; padding: 10px; padding-bottom: 0;
			background: #CCC; visibility: hidden; z-index: 10; cursor: hand; cursor: pointer;}


		/* Footer DIV of thumbbox that contains "close" link */

		#thumbBox .footerbar	{font: bold 12px Verdana; line-height: 1.1em; color: #333;
					padding: 5px 0; text-align: right;}


		/* DIV within thumbbox that holds the enlarged image */

		#thumbBox #thumbImage	{background-color: #CCC; font: bold 12px Verdana; line-height: 200%; text-align: center;}


	/* DIV for showing "loading" status while thumbbox is being generated */

	#thumbLoading	{position: absolute; visibility: hidden; border: none; color: #333;
			background-color: #CCC; font: bold 12px Verdana; padding: 5px; z-index: 5;}