

		a:focus { outline:none }
		

		

		
.slider-wrap h1{font-family: trebuchet MS;color: #ffa86e;font-size: 20px;text-align: left;
margin-left:85px;
margin-bottom:0px;
padding-top:10px;
}
		
.slider-wrap { 
margin: 0px 0;
position: relative;
width: 296px;
height: 335px;		
background-image: url(img/n_sfondo_box_home.jpg);background-repeat: no-repeat;}


		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 			
			margin: auto;
			width: 290px; 

			clear: both;

		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 290px;
			list-style-type: none;
		
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: auto;
			position: relative;
			width: 290px; 
		}
		
		.stripViewer .panelContainer .panel .wrapper { 
			padding: 10px;
		}
		
	
		
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		

		
.stripNavL {
background: url(img/n_arr_sx.jpg) no-repeat center;width: 18px;	
text-indent: -9000em;
position:absolute;
z-index:2;
top:300px;
left:15px;height: 18px;}
		
.stripNavR {
width: 18px;
text-indent: -9000em;
position:absolute;
z-index:2;height: 18px;
top:300px;
right:15px;
background: url(img/n_arr_dx.jpg) no-repeat center;}

.wrapper{font-family: trebuchet MS;font-size: 12px;line-height: 12px;
position:relative;
z-index:1;
}

.wrapper img{
margin:0px;
padding:0px;margin-top: 0px;margin-left: 1px;margin-bottom: 0px;margin-right: 0px;}

.wrapper h3{
padding:0px;color: #76a4ca;font-size: 18px;
margin-top:5px;
margin-bottom:3px;}

.linkSch{
position:absolute;
height:25px;
width:125px;background-image: url(img/n_vai_alla_sch.png);
top:90px;
right:14px;text-indent: 28px;}

.linkSch a {color: #ffffff;font-family: trebuchet MS;line-height: 23px;text-decoration: none;}

.linkSch a:hover {color: #ffffff;text-decoration: underline;}

.wrapper b{
display:block;color: #787878;text-transform: uppercase;font-size: 11px;
margin-top:10px;
margin-bottom:0px;background-image: url(img/small_bullet_red.gif);background-repeat: no-repeat;background-position: 0px;text-indent: 7px;}

.wrapper p{
color: #787878;
margin-top:3px;text-align: justify;font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 11px;}

.wrapper strong{color: #787878;
margin-left:1px;}





















	.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto; display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}