
.slider img
{
	display: block;
	width: 100%;
	height: auto;
}

.slider-wrapper
{
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
.slider-items
{
	touch-action: pan-y;
	overflow: hidden;
}
.slider-item
{
	float: left;
}
.slider-item img
{
	display: block;
	width: 100%;
	height: auto;
}
.slider-navigation-wrapper
{
	clear: both;
	text-align: center;
}
.slider-navigation
{
	display: inline-block;
	text-align: center;
}
.slider-navigation-item
{
	display: inline-block;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 5px 4px 5px;
	background: #f1f1f1;
	border-radius: 50%;
	text-indent: -99999px;
	cursor: pointer;
}
.slider-navigation .slider-navigation-item:first-child
{
	margin-left: 0;
}
.slider-navigation-item.active
{
	background: #000000;
}