.sliderwrapper{
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px;
	width: 337px; /*width of featured content slider*/
	height: 280px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	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;
}
.pagination{
	padding: 0px !important; 
	margin:0px !important;
	height: 33px !important;
	width:335px !important; 
}/*
.pagination a{
	padding:0px 1px;
	text-decoration: none; 
	color: #00007D;
}
.pagination a:hover, .pagination a.selected{
color: #000;
}*/
.pagination a{
	padding:0px 1px;
}
.prev{
	display:none;
}
.contenuti{
	height:275px;
	width:335px;
}
.name_p{
	color:#555;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}
#secondo{
	background: #fff;
}
#primo{
	background: #fff;
}
#terzo{
	background: #fff;
}
.nav{
	float:left;
	font-size:1.1em;
	width:105px;
	height:34px;
	background: #b4b4b4 url("../img/angolo_menu.png") right bottom no-repeat;
	font-variant:small-caps;
	line-height:0.9em;
}
.nav a span{
	color:#000;
}
.nav a:link,
.nav a:visited,
.nav a:focus{
	display:block;
	padding:5px 2px 2px 5px;
	color:#fff;
	font-size:0.9em;
}
div.selected a:link,
div.selected a:visited,
.nav a:hover{
	color: #555;
	height:27px;
	background: #fff url("../img/angolo_menu.png") no-repeat right top;
	text-decoration:none;
}
div.selected a:link span,
div.selected a:visited span,
.nav a:hover span{
	color:#1073BC;
	text-decoration:none;
}