div.colonnaDX {
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:49%;
	float:right;
}
div.colonnaSX {
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:49%;
	float:left;
}
#primopiano .item img.spinner {
	position:absolute;
	width:32px;
	height:32px;
	background: url('../../../images/loader.gif') no-repeat center center;
	border:0px;
	border:none;
}
.spinner {
	background: url('../../../images/loader.gif') no-repeat center center;
	background-size: auto !important;
}
.inv {
	display:none;
}
/* Ingrandimento Immagini singole e galleria */

.sfondoIngrandimento {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url('../../../images/bgIngrandimento.png');
}
.sfondoIngrandimento .divIngrandimento {
	position:relative;
	top: 50%;
	width: 600px;
	height: 400px;
	margin: 0px auto 0px auto;
	background: url('../../../images/loader_ingrandimento.gif') no-repeat center center;
}
.sfondoIngrandimento .chiudiIngrandimento {
	display: none;
	position: absolute;
	top: -35px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url('../../../images/chiudiIngrandimento.png') no-repeat center center;
}
.sfondoIngrandimento .frecciaIngradimentoSx {
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	background-color: #F00;
	width: 30px;
	height: 100%;
	background: url('../../../images/frecciaSxIngradimento.png') no-repeat center center;
}
.sfondoIngrandimento .frecciaIngradimentoDx {
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	background-color: #F00;
	width: 30px;
	height: 100%;
	background: url('../../../images/frecciaDxIngradimento.png') no-repeat center center;
}
.sfondoIngrandimento .didascaliaIngrandimento {
	position:absolute;
	right: 0px;
	bottom: -30px;
	padding: 2px 20px;
	background: url('../../../images/bgDidascalia.png');
	color: #fff;
}

@media only screen and (max-width : 600px) {
div.colonnaDX, div.colonnaSX{
	width:100%;
	margin-bottom: 5px;
}
}