#corpo_sx_index{ float:left; width:295px; background:transparent url(../img/comuni/separatore.png) right center no-repeat; margin-top:15px;}
#corpo_sx_index p{ padding-right:5px;}

#corpo_centro_index{float:left; width:300px; padding:0px 10px; background:transparent url(../img/comuni/separatore.png) right center no-repeat; margin-top:15px;}
#corpo_centro_index ul{ list-style-type:none;}
#corpo_centro_index li a{ line-height:30px; padding-left:30px; background:transparent url(../img/comuni/bullet.png) 0 0 no-repeat;}

#corpo_dx_index{float:right; width:355px ;margin-top:15px;}



/*portfolio*/
#slider {
    width: 355px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top:10px;
	border:1px solid #3d3d3d;
}
#sliderContent {
    width: 355px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	height:250px;
	width:355px
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 355px;
    background-color: #000;
    color: #fff;
    display: none;
}

.sliderImage span strong {
    font-size: 14px;
	color:#06b4e9;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}