

/*Galleria home*/

.contGalleria {
	position:relative;
	display:block;
	width:655px;
	height:265px;
	overflow:hidden;
}
.galleriaTestata {
	width:700px;
	height:325px;
}
.contGalleria .navNews {
	position:absolute;
	z-index:5000;
	left:34px;
	top:95px;
	display: none;
	width:588px;
}
.contGalleria .navNews a.prev {
	width:36px;
	height:76px;
	display:block;
}
.contGalleria .navNews a.next {
	width:36px;
	height:76px;
	display:block;
}

