.centro2{
	overflow-x: hidden;
	overflow-y: auto;
	clear: both;
	width: 100%;
	height: 300px;
	display: block;
}

.centro2 img{
	width:100%;
	display: block;
	text-align: center;
}


#contenentfoto{
	margin: 0 auto;
	height: auto;
	width: 980px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	background: -moz-gradient(linear, left top, left bottom, from(#000), to(#333));

	}

.anni{
	width: 100%;
	overflow: hidden;
	height: 41px;
	background: url(../images/anni.jpg);
}
	
.anni ul{
	position: relative;
	float: left;
	left: 50%;
}
	
.annilista li{
	position: relative;
	float: left;
	right: 50%;
	text-align: center;
	list-style-type: none;
	font-size: 16px;
}
	
.centro{
	padding-top: 10px;
	padding-left:5px;
	overflow-x: hidden;
	overflow-y: auto;
	clear: both;
	width: 100%;
	height: 500px;
	display: block;
}

.centro img{float:left;}


.naviga{
	text-align: center;
	padding-bottom: 10px;}


/*MENU INTERNO ANNI*/

.arancio li a{
	background-image: url(../images/orange2.png);
	background-position: 0 -82px;
    background-repeat:no-repeat;
    -webkit-transition:background-position .3s ease;
       -moz-transition:background-position .3s ease;
         -o-transition:background-position .3s ease;
            transition:background-position .3s ease;
	}

.arancio li a.current_photo_item, .arancio li a:hover{
	background-position: 0 -41px;
}
	
	
	
.arancio li a {
	float:left;
    color: #fff;
    padding: 10px 0 15px 0;
    width: 90px;
 }



    
/*PAGINA DEI DECENNI*/


.centrodecenni{
overflow-x: hidden;
overflow-y: auto;
clear: both;
width: 100%;
height: 500px;
display: block;
}


.perfoto{
padding-top: 40px;
clear: left;
display: block;
margin: 0 auto;
width: 910px;   /*dovrebbe essere .immagine.width x5   */
height: 150px;

}

.immagine{
	/*border: 1px solid #666;	*/
	width: 180px;
	float:left;
	height: 150px;
}

.immagine img{
	border: 6px solid #fff;
	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	height: 100px;
 	width: auto;
	}

.immagine p{
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
}	











	
