/* jssor slider arrow navigator skin 20 css */

.jssora20l,
.jssora20r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(img/a21.png) center center no-repeat;
	overflow: hidden;
}

.jssora20l {background-position: -3px -33px; }
.jssora20r { background-position: -63px -33px; }
.jssora20l:hover { background-position: -123px -33px; }
.jssora20r:hover { background-position: -183px -33px; }
.jssora20l.jssora20ldn { background-position: -243px -33px; }
.jssora20r.jssora20rdn { background-position: -303px -33px; }



#slider1_container .MElementoLazy .MContenutoWrapper {
	position: absolute;
	top: 5%;
	left: 0%;
	width: 100%;
	height: auto;
	color: #ffffff;
}

#slider1_container .MElementoLazy .MContenutoWrapper .MTitolo {
	display: none;
}

#slider1_container .MElementoLazy .MContenutoWrapper .MContenuto {
	text-align: center;
	font-size: 1.375em;
	line-height: 1.181818em;
}

#slider1_container .MElementoLazy .MContenutoWrapper .MLinkEsterno {
	display: none;
}

#slider1_container .MElementoLazy img {
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
	border: 0px;
}


@media only screen and (min-width: 1280px) {
	
}


@media only screen and (max-width: 480px) {
	#slider1_container .MElementoLazy .MContenutoWrapper .MContenuto {
		font-size: 8em; /* 96px / 16 = 6em */
		padding-top: 0.33333em; /* 16px / 128 = 0.125em */
		padding-bottom: 0.33333em; /* 16px / 128 = 0.125em */
		padding-right: 0.33333em; /* 32px / 128 = 0.25em */
		padding-left: 0.33333em; /* 32px / 128 = 0.25em */
	}
}