/* Horizontal Carousel */
#horizontal_carousel {
	width: 905px;
	position: relative;
	height: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
    margin-left: -50px;
}

#horizontal_carousel .container {
	width: 900px;
	overflow: hidden;
	height: 275px;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 2000px;
	position: relative;
	top: 0;
	left: 0px;
	height: 275px;
}                      

#horizontal_carousel ul li {
	width: 168px;
	height: 270px;
	text-align: center;
	list-style:none;
	border: 3px solid #333333;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
div.foto a img{ width: 168px;height: 270px;}


#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
	float:left;
	width: 17px;
	height: 270px;
	cursor: pointer;
	background-image: url(../img/but_prev.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -15px;
	top: 13px;
}

#horizontal_carousel .previous_button_over {
	background-image: url(../img/but_prev_hover.png);
	background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_disabled {
	cursor: default;
	background-image: url(../img/but_prev_dis.png);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button {
	float:right;
	width: 17px;
	height: 270px;
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: -15px;
	background-image: url(../img/but_next.png);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button_over {
	background-image: url(../img/but_next_hover.png);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button_disabled {
	cursor: default;
	background-image: url(../img/but_next_dis.png);
	background-repeat: no-repeat;
}

#horizontal_carousel .container .foto a{
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}
.prova {
	padding-top: 13px;
	padding-left: 23px;
}

