﻿.sliderwrapper{
	border-style: none;
	border-color: 0;
	border-width: 0px;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 295px; /*width of featured content slider*/
	height: 276px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 449px; /*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{
	/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	margin: 0px;
	text-align: right;
	padding: 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background: white;
}

.pagination a:hover, a:visited, .pagination a.selected{
color: #000;
/* background-color: #FFFFFF; */
border-width: 0px;
}
/*Icone a sinistra*/
#paginate-slider4 a img{
	float: left;
	padding: 0px;
	width: 74px;
	height: 65px;
	border: 1px solid #FFFFFF;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: url('trasp.gif');
	filter: alpha(opacity=58);
	-moz-opacity: .58;
	opacity: .58;
}
/*Icone a sinistra Mouseover*/
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
float: left;
padding: 0px;
width: 74px;
height: 65px;
border: 1px solid #FFFFFF;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 1px;
background-image: url('trasp.gif');
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
