.sliderwrapper{
	/*position: relative;*/ /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid grey;*/
	border-bottom-width: 6px;
	width: 710px; /*width of featured content slider*/
	height: 194px;
	/*z-index:1;*/
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	/*position: absolute;*/ /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 5px;*/
	/*background: white;*/
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/*z-index:1px;*/
}

.pagination{
	/*width: 400px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	/*width: 600px;*/
	/*background-color: navy;*/
	/*padding: 5px 20px 0px 0px;*/
	/*position:relative;*/
}
.pagination a{
	padding:0px 1px;
	text-decoration: none; 
	color: #00007D;
}
.pagination a:hover, .pagination a.selected{
color: #000;
/*background-color: #FEE496;*/
}
.bordo{
	padding:15px;
}
.contenuti{
	color:#555;
	font-size:0.75em;
	line-height:1.1em;
	text-align:justify;
	background:#fff;
	padding:2px;
	height:155px;
	padding:5px 5px 5px 3px;
	line-height:1.4em;
}
.contenuti img{
	float:left;
	border:3px solid #fff;
	padding-right:5px;
}
.name_p{
	color:#555;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}
.dett{
	text-align:right;
	padding-top:10px;
	font-size:0.75em;
	font-weight:bold;
}
.dett a:link,
.dett a:hover,
.dett a:focus,
.dett a:visited{
	color: #555;
}
.dett a:hover{
	text-decoration:underline;
}
.ang_as{
	background:url("../img/angolo_as.png") no-repeat top left;
}
.ang_ad{
	background:url("../img/angolo_ad.png") no-repeat top right;
}
.ang_bd{
	background:url("../img/angolo_bd.png") no-repeat bottom right;
}
.ang_bs{
	height: 194px;
	width: 710px;
	background:url("../img/angolo_bs.png") no-repeat bottom left;
}
.ang_as{
}
#secondo{
	background: #009900;
	/*z-index:0;*/
}
#primo{
	background: #0066CC;
	/*z-index:0;*/
}
#terzo{
	background: #FECC00;
	/*z-index:0;*/
}
#quarto{
	background:#bf0000;
	/*z-index:0;*/
}
#quinto{
	background:#FF99CC;
	/*z-index:0;*/
}
#sesto{
	background:#9D35FF;
}
.nav{
	float:left;
	font-size:1.5em;
	font-weight:bold;
	width:110px;
	background: #EEE url("../img/angolo_as.png") left top no-repeat;
}
div.selected a:link,
div.selected a:visited {
	color: #FFF;
}

.snav {
	/*
	background:#eee url("../img/angoli_link.png");
	*/
	background: url("../img/angolo_ad.png") right top no-repeat;
}
.nav a span{
	font-size: 0.4em;
	padding-left: 4px;
}
.nav a:link,
.nav a:visited,
.nav a:focus{
	display:block;
	padding:0px 2px 2px 5px;
}
.primo a:visited, .primo a:link, .primo a:focus{
	color:#0066CC;
}
div.primo.selected{
	background-color:#0066CC;
	color:#fff;
}
.secondo a:visited, .secondo a:link, .secondo a:focus{
	color:#009900;
}
div.secondo.selected{
	background-color:#009900;
	color:#fff;
}
.terzo a:visited,.terzo a:link, .terzo a:focus{
	color:#FECC00;
}
div.terzo.selected{
	background-color:#FECC00;
	color:#fff;
}
.quarto a:visited,.quarto a:link, .quarto a:focus{
	color:#bf0000;
}
div.quarto.selected{
	background-color:#bf0000;
	color:#fff;
}
.quinto a:visited,.quinto a:link, .quinto a:focus{
	color:#FF99CC;
}
div.quinto.selected{
	background-color:#FF99CC;
	color:#fff;
}

.sesto a:visited,.sesto a:link, .sesto a:focus{
	color:#9D35FF;
}
div.sesto.selected{
	background-color:#9D35FF;
	color:#fff;
}
.prev a{
	background:url("../img/indietro.png");
	width:8px;
	height:63px;
	/*position:absolute;
	z-index:10;
	top:110px;
	left:15px;*/
}
.next a{
	background:url("../img/avanti.png");
	width:8px;
	height:63px;
	/*position:absolute;
	z-index:10;
	top:110px;
	right:15px;*/
}
