#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	/* width: 500px; */
	padding: 10px;
	padding-bottom:0;
	background: url(bg/white70.png) 0 0 repeat;
	visibility: hidden;
	z-index: 990;
	cursor: pointer;
	font-family:Lucida Sans Unicode; 
	font-size:10px; 
	color:#000000;
	border:2px solid #000000;
	}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */

	font-family:Lucida Sans Unicode; 
	font-size:10px; 
	color:#000000;
	letter-spacing: 1px;
	line-height: 1.1em;
	padding: 5px 0;
	text-align: right;
}

#thumbBox hr { /*Footer DIV of thumbbox that contains "close" link */
	border-top:0px solid #000000;
	border-right:0px solid #000000;
	border-bottom:1px dotted #000000;
	border-left:0px solid #000000;
	}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	/* background-color: #000000; */
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 0px solid black;
	padding: 10px;
	z-index: 98;
	background: url(bg/white70.png) 0 0 repeat;
	}