	/* Outermost DIV for thumbnail viewer */

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


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

		#thumbBox .footerbar	{font: 10px Tahoma; line-height: 1.1em; color: #666;
					padding: 5px 0; text-align: right;}


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

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


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

	#thumbLoading	{position: absolute; visibility: hidden; border: none; background-color: #FDDCDC; padding: 5px; z-index: 5;}