#biografia {
  /*  float: left;
    width: 680px;*/
	text-align: justify;
	line-height: 1.5;
}

#pulsanti {
   margin: 25px 25px 25px 10px;
}

#pulsanti a{
   text-decoration: underline;
}


.button.blu {
    background: url(../images/bottone_blu.png) center center no-repeat transparent;
}
.button.azzurro {
    background: url(../images/bottone_azzurro.png) center center no-repeat transparent;
}
.button.verde {
    background: url(../images/bottone_verde.png) center center no-repeat transparent;
}

.slider-container {
	width: 880px;
	height: 320px;
	margin: auto;
	/*overflow-y: hidden;
	overflow-x: visible;*/
	position: relative;
	
	margin-bottom: 10px;
}

.slider-item img {
	width: 100%;
}

.slider-item {
	position: relative;
}

.slider-item span{
	display: none;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
    font-size: 9px;
}

.slider-center-item span {
	display: block;
}

.slider-item  {
	border: 3px solid #FFF;
	box-shadow: 0 0 3px 1px #000;
}
/*
.slider-center-item img {
	margin-top: 4px;
	box-shadow: 0 0 4px 2px #000;
}*/

.hidden {
	display: none;
}
