#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 2px 10px 10px 10px;
	background: #fff;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	border: 1px solid #ccc;
}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: 11px bold verdana, sans-serif;
	letter-spacing: 2px;
	line-height: 1.1em;
	color: #777;
	padding: 5px 0;
	text-align: right;
}

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

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	font: 11px bold verdana, sans-serif;
	letter-spacing: 2px;
	position: absolute;
	visibility: hidden;
	color: #ccc;
	border: 1px solid #fff;
	background-color: #000;
	padding: 5px;
	z-index: 5;
}

#thumbLoading img {
	display: inline;
	vertical-align: middle;
}
