.contentslide{
	padding: 8px;
	width: 690px;
	height: 300px;
	text-align: center;
	background-color: #E7E9E8;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
border-left:10px #323232; border-right:10px #323232; border-top:0px #323232; border-bottom:0px #323232; width: 690px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: #E7E9E8;
/*Left/ right border width of pagination DIV.*/
padding-left:0; padding-right:0; padding-top:0; padding-bottom:4px
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 690px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
	text-decoration: none;
	color: #E7E9E8;
	background-color: #048BCF;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
#slider1 .contentdiv .pietexto {
	font-size: 9px;
	color: #51565A;
	text-align: center;
	font-style: italic;
}


.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #000000;
}
