.photogallery {
	text-align: center;
	margin: 0 auto;
}

.photogallery .centrale {
	margin: 1em auto;
	clear: both;
	width: 100%;
}

.photogallery .imgList {
	text-align: center;
	margin: 0.5em 0;
	width: 100%;
}

.photogallery .imgList ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.photogallery .imgList ul li {
	display: inline;	
}

.photogallery .imgList ul li.imgCentrale {
	margin: 0 0.5em;	
}

.photogallery .didascalia {
	color: #963200;
}

.photogallery .descrizioneApprofondita {
	/*width: 300px;*/
	margin: 0 auto;
	text-align: left;
}
