.slideshow-container
{
	margin: auto;
	max-width: 950px;
	position: relative;
}

.prev, .next
{
	border-radius: 0 3px 3px 0;
	color: white;
	cursor: pointer;
	font: bold 18px;
	margin-top: -22px;
	padding: 16px;
	position: absolute;
	top: 50%;
	transition: 0.6s ease;
	width: auto;
}

.next
{
	border-radius: 3px 0 0 3px;
	right: 0;
}

.prev:hover, .next:hover
{
	background-color: rgba(0,0,0,0.8);
}

.text
{
	bottom: 8px;
	color: #f2f2f2;
	font: 15px;
	padding: 8px 12px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.numbertext
{
	color: #f2f2f2;
	font: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.dot
{
	background: #bbb;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 13px;
	margin: 0 2px;
	transition: background-color 0.6s ease;
	width: 13px;
}

.active, .dot:hover
{background: #717171;}
.fade

{
	animation-duration: 1.5s;
	animation-name: fade;
	webkit-animation-duration: 1.5s;
	webkit-animation-name: fade;
}

@-webkit-keyframes fade

{
	from
	{opacity: .4;}
	to
	{opacity: 1;}
}

@keyframes fade

{
	from
	{opacity: .4;}
	to
	{opacity: 1;}
}