/* CSS Galleria delle immagini */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px 5px;
	padding: 0;
	float: left;
	position: relative;
	width: 179px;
	height: 148px;
	background-color:#FFFFFF;
	overflow:hidden;
}

.gallery a {
	text-decoration: none;
	color: #FFF;
}
.gallery a:hover {
	color: #FFF;
	text-decoration: underline;
}

#contenuto img {
	padding: 20px 0 0 0;
	border:solid 2px #F00;

}
.gallery em {
	width: 210px;
	height: 30px;
	background: url(/immagini/picture-frame.png) no-repeat; 
	display: block;
	position: absolute;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 145px;
	cursor:pointer;
}

.gallery li a img{
	display:block;
	margin:0 auto;
	margin-top:15px;
	
}
