/* navigation */
	#navi {
	border-bottom:1px solid #CCCCCC;
	height:140px;
	width:609px;
	background-color: #CCC;
	}
	
	#navi ul {	
		width:600px;
		margin:0 auto;	
	}
	


	#navi li {
	border-right:1px solid #ddd;
	float:left;
	padding-left:1px;
	width:175px;
	list-style-type:none;
	text-align:center;
	margin-top:0px;
	}
	
	#navi a {
	color:#333333;
	display:block;
	padding:17px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;
	height:105px;
	text-decoration:none;
	}	
	
	#navi a.current {
	background-image: url(../_img/down_large.jpg);
	}
	
	#navi img {
	background-color:#fff;
	border:1px solid #ccc;
	padding:4px;
	display:block;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 27px;
	}
	
	#navi strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes */
	#panes {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width: 510;
	height:200px;
	margin-bottom:-20px;
	padding-bottom:20px;
	/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../_img/bgSfondoFotoImpianti.jpg);
	background-color: #FFF;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
	display:none;
	position:absolute;
	top:20px;
	left:20px;
	font-size:13px;
	color:#444;
	width:500px;
	font-family: Arial, Helvetica, san-serif;
	height: 400px;
	}
	
	#panes img {
		float:left;
		margin-right:20px;		
	}
	
	#panes p.more {
		color:#000;
		font-weight:bold;
		font-size:13px;
	}
	
	#panes h4 {
	margin:0 0 -5px 0;
	font-size:18px;
	font-weight:normal;
	color: #35604A;
	}
	
	.overlay {
		display:none;
		width:500px;
		padding:20px;
		background-color:#ddd;
	}
	
