body {
	background-color: white;
}
#titolo {
	margin-top: 0;
	width: 100%;
	background: none;
	text-align: center;
}
.box {
	display: flex;
	margin-top:0;
}
.sx {
	width: 24%;
	padding: 5px;
	background-color: #E6E6E6;
	font-size: 14px;
}
.dx {
	margin-top: 0;
	width: 73%;
	height: 7%;
	font-size: 14px;
	display: block;
}
#immagini {
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
}
#slider1, #slider2 {
	width: 50%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
 	background-color: #07A30E;
	justify-content: center;
	padding: 20px 6px 10px 1px;
}
 
#img_slider1, 
#img_slider2  {
	width: 100%;
}
#img_slider1 img,
#img_slider2 img  {
	width: 100%;
	display: none;
}
 #img_slider1 img:nth-child(1)  {
	display: block;
}
 #img_slider2 img:nth-child(1) {
	display: block;
}
button {
	width: 26px;
	height: 30px;
	background: none;
 	border: none;
	font-size: 22px;
	color: white;
	cursor: pointer;
	outline: none;
	transition:all 0.1s ease-in-out;
}
#slider button:hover {
	transform:scale(1.25);
}
#slider button:active {
	transform:scale(0.95);
}
 .mainblock {
    position:relative;
    border:1px solid #ccc;
    display:inline-block;
    line-height: 0;
}


