#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0px;
	background: #000000;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
	border: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-right-style: solid;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-left-color: #666666;
	border-left-style: solid;
	background-color: #999999;
	background-repeat: repeat;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 8px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


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

#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}.smallthumb {
	border: thin solid #FFFFFF;
	img
filter:alpha(opacity=100); 
-moz-opacity: 1; 
opacity: 1;}
}.smallthumb {
	border: thin solid #FFFFFF;
	hover img
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}
}
.blackrulethumb {
	border: thin solid #000000;
}

div.transOFF {width: 100%; background-color: silver; border: thin solid #3A0000;}
div.transON  {width: 100%; background-color: silver;opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8; border: thin solid #FFFFFF;}
