#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 1px 1px 0;
	background: #009900;
	visibility: hidden; 
	z-index: 100;
	cursor: hand;
	cursor: pointer;
	display: block;
}

#thumbBox .footerbar{
	font: bold 12px/1.1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 5px 5px 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	
}


#thumbBox #thumbImage{
	background-color: white;
	border: 1px solid #FFFFFF;

}

#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #FFECD9;
	padding: 5px;
	z-index: 5;
}