#thumbBox
{
	margin-top:0px;
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 6px;
	background: #ee7e03;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #dc3b2e;
}

#thumbBox .footerbar
{
	font: 0.8em "trebuchet ms",trebuchet,verdana,helvetica,sans-serif;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	font-weight: bold;
}

#thumbLoading
{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}