.slideshow {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
.slideshow-item {
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
}
.slideshow-item:first-child{
	display: block;
}
.slideshow-inner {
	position: absolute;
	left: 10%;
	right: 60%;
	top: 10%;
}
.slideshow-titolo {
	font-size: 50px;
	font-weight: normal;
}
.slideshow-descrizione {
	font-size: 20px;
	margin-top: 10px;
}

.slideshow:hover .slideshow-arrow {
	display: block;
}
.slideshow-arrow:after {
	text-align: center;
	font-size: 20px;
	width: 30px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: block;
}
.slideshow-arrow[data-type='left']:after {
	content:'\276E';
}
.slideshow-arrow[data-type='right']:after {
	content:'\276F';
}
.slideshow-arrow {
	position: absolute;
	width: 30px;
	height: 40px;
	background: rgba(0,0,0,0.6);
	top: 50%;
	margin-top: -20px;
	display: none;
	cursor: pointer;
}
.slideshow-arrow[data-type='left'] {
	left: 0;
}
.slideshow-arrow[data-type='right'] {
	right: 0;
}
.slideshow-pallino-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.slideshow-pallino {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 10px 5px;
}