.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 590px; /*width of featured content slider*/
	height: 230px;
	color:#5A1A09;
	font: 12px Arial, Helvetica, sans-serif;
	float:left;
	
}


.sliderwrapper .contentdiv .imgeventi {float:left; width:310px; height:215px; text-align:left; overflow:hidden;  border:3px solid #735F4E}

.sliderwrapper .contentdiv .imgeventi  img{width:310px; height:215px;}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
text-align:left;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 4px;
width: 580px; /*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{
	/*visibility: hidden;*/
width: 580px;
	text-align: right;
	padding-bottom: 4px;
	
}

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

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


.sliderwrapper a:link, .sliderwrapper a:visited{
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}

.sliderwrapper a:hover{
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}