
body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Verdana, serif;
    text-align:center;/* centra in IE5.x */
	color: #000000;
	height:100%;  }
	
  
div#container {
	width:760px;
    margin:20px auto;/* centra negli altri browser */
	text-align: left;/* ripristina l'allineamento */
	border: 1px solid #D9D8D9;}


  
div#header {
  background:#000000;
  width:760px;
  margin:0;
  padding:0;
  text-align:left;
  height:100%;
 }
  

 div#wrapper{width:100%; height:100%; margin-bottom:2px;margin-left:2px;margin-right:2px}
 div#content{
   float:left;
   background:#C2DFDA;
   width:172px;
   text-align:left;
   height:100%;}
   
 div#navigation{
 float:right;
 width:576px;
 background:#FFFFFF;
 height:100%;
 padding:5px;}
 
 img.imag1 {
float: right; margin-left:10px;
}

img.imag2 {
float: left;margin-right:10px;
}

img {
border-color:#3B2A08;
}

div#navigation a:link, div#navigation  a:visited, div#navigation  a:active, div#navigation a:hover{
  text-decoration: underline;
  font-family: verdana;
  color:#000000;
  font-size: 11px;
  font-weight: bold;

  }
  
   div#navigation  a:hover{
  text-decoration: none;
  font-family: verdana;
  color:#ffffff;
  font-size: 11px;
  font-weight: bold;
  background: #ff0000;

  }
  
  .testo {
	font-size: 11px;
	font-family: Verdana, serif;
	color: #000000;
}

.testobianco {
	font-size: 11px;
	font-family: Verdana, serif;
	color: #ffffff;
}

/* CSS FOR SLIDESHOW SCRIPT DHTML GOODIES CON FRECCE*/
	#dhtmlgoodies_slideshow{
		width:520px;	/* Total width of slideshow */
		margin-left:5px;
	}
	
	#previewPane{
		border:0px solid #CCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		position:relative;
		
		/* CSS HACK */
		height: 322px;	/* IE 5.x */
		height/* */:/**/310px;	/* Other browsers */
		height: /**/310px;
				
	}
	
		#previewPane img{
		border:1px solid #000;
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		padding-top:10px;
		font-style:italic;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:12px;
	}
	#galleryContainer{
		
		height:90px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 92px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/90px;	/* Other browsers */
		height: /**/90px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:10000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px 1px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
		/* END CSS SLIDESHOW CON FRECCE SCRIPT */
