#thumbBox /*Outermost DIV for thumbnail viewer*/
{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #ffffff;
	border: 10px solid #cccccc;
	visibility: hidden;
	z-index: 255;
	cursor: hand;
	cursor: pointer;
	font-family: Tahoma;
}

#thumbLoading /*DIV for showing "loading" status while thumbbox is being generated*/
{
	position: absolute;
	visibility: hidden;
	border: 1px solid #FFFDD7;
	background-color: #FFFDD7 ;
	padding: 5px;
	z-index: 5;
	padding-left:23px;
	border: 1px solid black;
	color: #000000;
}

#thumbImage {margin-top: 8px; margin-bottom: 8px;}

.thumbnail {border-collapse: collapse; border-style: none; width: 100%; height: 12px;}
.thumbnail div {display: inline; color: #666666; cursor: pointer; cursor: hand;}

