body	{ 
	font-family: Verdana, Arial, sans-serif; 
	color: black; 
	margin: 0px; 
	background: #FFF;
}
.ant	{
	font-size: 10px; 
	color: #000; 
	margin: 5px 5px 0px 5px;
	text-align: left;
}
.ant_blue	{
	font-size: 10px; 
	color: #0064C8; 
	margin: 5px 5px 0px 5px;
	text-align: left;
}
.ant_bike	{
	font-size: 11px; 
	color: #000; 
	margin: 5px;
	text-align: left;
}
.trasp	{
	font-size: 1px; 
	color: #FFF;
}
.micro	{
	font-size: 9px; 
	color: #000;
}
.micro_white	{
	font-size: 9px; 
	color: #FFF;
}
.micro_blue	{
	font-size: 9px; 
	color: #0064C8;
}
.micro_red	{
	font-size: 9px; 
	color: #FF6400;
}
.mini	{
	font-size: 10px; 
	color: #000; 
	text-align: left;
}
.mini_grey	{
	font-size: 10px; 
	color: #999999
}
.mini_white	{
	font-size: 10px; 
	color: #FFF;
}
.mini_green	{
	font-size: 10px; 
	color: #008C00
}
.mini_red	{
	font-size: 10px; 
	color: #FF6400
}
.mini_blue	{
	font-size: 10px; 
	color: #0064C8
}
.medio	{
	font-size: 11px; 
	color: #000;
}
.medio_green	{
	font-size: 11px; 
	color: #008C00;
	text-align: left;
}
.medio_white	{
	font-size: 11px; 
	color: #FFF;
}
.medio_red	{
	font-size: 11px; 
	color: #FF6400;
	text-align: left;
}
.medio_blue	{
	font-size: 11px; 
	color: #0064C8;
	text-align: left;
}
.testo	{
	font-size: 12px; 
	color: #000;
	text-align: left;
}
.testo_green	{
	font-size: 12px; 
	color: #008C00;
	text-align: left;
}
.testo_white	{
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.testo_red	{
	font-size: 12px;
	color: #FF6400;
	text-align: left;
}
.testo_blue	{
	font-size: 12px;
	color: #0064C8
	text-align: left;
}
.grande	{
	font-size: 13px;
	color: #000;
}
.grande_white	{
	font-size: 13px; 
	color: #FFF;
}
.grande_green	{
	font-size: 13px;
	color: #008C00;
}
.grande_red	{
	font-size: 13px;
	color: #FF6400;
}
.enorme	{
	font-size: 14px;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF0000
}
a:link, a:visited, a:active { 
	text-decoration: none 
}
table {
	text-align: left;
}

/*lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

