#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	background: #FFFFFF;
	border: 2px solid #0A82A4;
	cursor: hand;
	cursor: pointer;
	left: 0;
	padding: 10px;
	padding-bottom: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: auto;
	z-index: 200;
}

	#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
		color: #0A82A4;
		font-size: 12px;
		font-style: italic;
		line-height: 16px;
		padding: 5px 0 5px 0;
		text-align: right;
	}
	
		#thumbBox .footerbar span {
			background: transparent url('shrink.png') top left no-repeat;
			font-style: italic;
			padding: 0 0 0 20px;
		}
	
	
	#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
		background: #FFFFFF;
	}
	
	#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
		background: #FFFFFF;
		border: 2px solid #0A82A4;
		color: #0A82A4;
		font-size: 12px;
		font-style: italic;
		line-height: 16px;
		padding: 5px 5px 5px 5px;
		position: absolute;
		visibility: hidden;
		z-index: 200;
	}
