#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #232323;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #67C5CD;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px/18px Tahoma;
letter-spacing: 1px;
color: #67C5CD;
padding: 6px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #232323;
}

#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid #67C5CD;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 5;
	color: #339900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

