/************************************************/
/* 				Script							*/
/************************************************/
#slide{
	position: relative;
	width: 100%;
}

#slideExt{
	position: relative;
	width: 90%;
	left: 5%;
	overflow: hidden;
}

#slideInt{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#slideLeft{
	position: absolute;
	background-image: url(frecciaSx.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 5%;
	left: 0rem;
	top: 0;
	z-index: 200;
	cursor: pointer;
	display: none;
}

#slideRight{
	position: absolute;
	background-image: url(frecciaDx.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 5%;
	right: 0rem;
	top: 0;
	z-index: 200;
	cursor: pointer;
}

@media (max-width: 767px){
	#slideExt{
		width: 80%;
		left: 10%;
	}
	
	#slideLeft{
		width: 10%;
	}

	#slideRight{
		width: 10%;
	}
}

.frame{
	position: relative;
	float: left;
	padding: 0 0%;
	font-size: 1.2rem;
}

.frame img{
	width: 100%;
	display: inline-block;
}

.frameTitolo{
	position: relative;
	width: 100%;
	margin: 1rem 0 0.4rem 0;
	text-transform: uppercase;
	font-weight: 600;
}