/* Tag Body Default*/
 body {
 font-size: 11px; 
 COLOR: #000000; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt{/*default*/
font-size: 11px; 
COLOR: #000000;
font-family: Verdana;
}
.tit,h1{/*default*/
font-size: 18px; 
COLOR: #75383e;
font-weight: bold;
font-family: Verdana;
}
.txt_j{/*default*/
font-size: 11px; 
COLOR: #000000;
text-align:justify;
font-family: Verdana;
}
.sottotit{/*default*/
font-size: 10px; 
COLOR: #3a3a3a;
font-weight: bold;
font-family: Verdana;
}
/*/////////////////////////////// MENU ////////////////////////////////////////*/
/*Menu*/
a.menu {
    font-family: Verdana;
    font-size: 13px;
/*    font-weight: bold;*/
    color: #3a3a3a;
    text-decoration:none;
}
a.menu:hover {
    color: #75383e;
    text-decoration:underline;
}
a.menu_sel {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #75383e;
    text-decoration:underline;
}
a.menu_sel:hover {
    text-decoration:none
}
a.lnk_red {
    font-family: Verdana;
    font-size: 11px;
    color: #ff0000;
    text-decoration:none;
}
a.lnk_red:hover {
    color: #3a3a3a;
    text-decoration:underline;
}
a.lnk {
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-decoration:none;
}
a.lnk:hover {
    color: #3a3a3a;
    text-decoration:underline;
}
/* IMMAGINI DINAMICHE*/
.img_dyn{
float:left;
border:0;
padding-right:10;
padding-bottom:10;
}
/* NUMERAZIONE PAGINE */
td.this_pg{
	color:#ffffff;
	FONT-FAMILY:  Verdana;
	FONT-SIZE: 12px;
	font-weight: bold;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	HEIGHT: 16px;
	WIDTH: 16px;
	BACKGROUND-COLOR: #FF0000;
	text-align: center;
	vertical-align: middle;
	/*BACKGROUND-COLOR: transparent;*/ /*Colore sfondo*/
}
td.quante_pg{
	color:#ffffff;
	FONT-FAMILY:  Verdana;
	FONT-SIZE: 12px;
	font-weight: bold;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #824046;
	text-align: right;
	vertical-align: middle;
	/*BACKGROUND-COLOR: transparent;*/ /*Colore sfondo*/
}
A.pg:link ,A.pg:visited{ 
	display: block;
	color:#ffffff;/* colore*/
	FONT-FAMILY:  Verdana;
	FONT-SIZE: 9px;
	font-weight: bold;	
	text-decoration: none;
	/*Spaziature*/
	/*PADDING-RIGHT: 1px; */
	PADDING-LEFT: 2px; 
	/*PADDING-BOTTOM: 1px; */
	PADDING-TOP: 2px; 
	text-align: center;
	HEIGHT: 16px;	
	WIDTH: 16px; /*Dimensioni sfondo*/
	BACKGROUND-COLOR: #824046; /*Colore sfondo*/	
}
A.pg:hover ,A.pg:active{ 
	display: block;
	color:#ffffff;
	FONT-FAMILY:  Verdana;
	FONT-SIZE: 9px;
	text-decoration: none;
	/*Spaziature*/
	/*PADDING-RIGHT: 1px; */
	PADDING-LEFT: 2px; 
	/*PADDING-BOTTOM: 1px; */
	PADDING-TOP: 2px; 
	text-align: center;
	HEIGHT: 16px;		
	WIDTH: 16px; /*Dimensioni sfondo*/
	/*Sondo*/	
	BACKGROUND-COLOR: #FF0000; /*Colore sfondo*/	
}
#marqueecontainer{
position: relative;
width: 448px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 2px solid #CCCCCC;
padding: 2px;
padding-left: 4px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
