div.galleria_espansa {
	clear: left;
	margin:1.25rem 0;
	padding:1.25rem 0 2.4rem 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
div.galleria_espansa div.contenitore_immagini_grandi  {
	margin: 0 0 0 0;
	padding: 0 0 0rem 0;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-flow:row nowrap;

	display:-webkit-flex;
	-webkit-align-items:flex-start;
	-webkit-justify-content:flex-start;

	display:-ms-flexbox;
	-ms-align-items:flex-start;
	-ms-flex-pack:flex-start;
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;

	transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	z-index: 2;
}
div.galleria_espansa figure.immagineGrande {
	padding: 0 0 0 0;
	position: relative;
}
div.galleria_espansa figure.immagineGrande img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
	height: 100%;
	cursor: zoom-in;
	z-index: 1;
}
div.galleria_espansa figcaption {
	margin: 0 0 0 0;
	padding: 0.3125rem 0;
	width: 100%;
	text-align: center;
	font-size: 0.75rem;
	color: #000000!important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
div.galleria_espansa div.miniature {
	display: none;
}

#controlli {
	width: 100%;
	height: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#controlli a.frecciaSx{
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../../../images/pubblico/sx.svg) no-repeat;
	background-size: 80% 80%;
	font-size: 0;
}
#controlli a.frecciaSx:hover {
	background: url(../../../images/pubblico/sxHover.svg) no-repeat;
	background-size: 80% 80%;
}
#controlli a.frecciaDx {
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../../../images/pubblico/dx.svg) no-repeat;
	background-size: 80% 80%;
	font-size: 0;
}
#controlli a.frecciaDx:hover {
	background: url(../../../images/pubblico/dxHover.svg) no-repeat;
	background-size: 80% 80%;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {
div.galleria_espansa {
	height: 230px
}
div.galleria_espansa figure.immagineGrande {
	display: block;
	width:300px;
	height:200px;
	margin: 0 0.3125rem;
}
}

/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
div.galleria_espansa {
}
div.galleria_espansa figure.immagineGrande {
	display: block;
	width:390px;
	height:260px;
	margin: 0 0.3125rem;
}
div.contenitore_galleria_espansa {
	display: inline-block;
}
}

