#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: fixed;
	top: 100px;
	width: auto;
	padding: 5px;
	padding-bottom: 0px;
	background: #313131;
	visibility: hidden;
	z-index: 2;
	cursor: hand;
	cursor: pointer;
	margin-top: 50px;
	margin-left: 280px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#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: 1px solid black;
	padding: 5px;
	z-index: 5;
	width: auto;
	margin-left: 380px;
}
#th01 {
	height: 85px;
	width: auto;
	position: absolute;
	visibility: visible;
	overflow: auto;
	left: 50%;
	top: 0;
}
