.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 650px; /*width of featured content slider*/
height: 383px;
	background: #fff;
	margin-top: 13px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: trasparent;
width: 650px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
	padding-top: 7px;
	padding-left: 50px;
	padding-bottom: 10px;
	background: transparent url(../../images_it/vnt/vn_hm_sfondo01.jpg) no-repeat left top;
	height: 21px;
	margin-top: -3px;
	display: none;
}

.pagination_en{
	background: url(../images_en/vn_sfnd_ajax_ttl.jpg) no-repeat left center;
		padding-left: 70px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #585858;
background: white;
	border: 1px solid #ababab;
	margin-left: 0;
	margin-right: 4px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #a4977e;
}