.galleryContainer {
	padding: 25px 0px 30px 12px;
	overflow: hidden;
	width: 943px;
}

.galleria {
	padding: 3px 3px 3px 3px;
	width: 293px;
	height: 219px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 12px;
	background-image: url("../immagini/grafica/box_gallery.png");
	margin-bottom: 15px;
	
}

.galleria .titolo {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 278px;
	background-image: url("../immagini/grafica/fondo_boxgal.png");
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 15px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 16px;
	color: #495C75;
	font-weight: bold;
	z-index: 100;
}

.galleria .immagine {
	z-index: 10;
	background-color: black;
	width: 293px;
	height: 219px;
}

.galleria img {
	z-index: 10;
	opacity: 0.5;
}

.galleria .link {
	position: absolute;
	left: 3px;
	bottom: -38px;
	width: 278px;
	background-image: url("../immagini/grafica/fondo_linkgal.png");
	background-repeat: repeat-x;
	height: 38px;
	padding-left: 15px;
	line-height: 38px;
}

.galleria .link a {
	text-decoration: underline;
	font-style: italic;
	color: white;
}

.galleria .link a:hover {
	font-weight: bold;
	color: white;
}