﻿.slick-prev {
	background: none; padding: 0px; border: currentColor; border-image: none; top: 50%; width: 20px; height: 20px; color: transparent; line-height: 0; font-size: 0px; display: block; position: absolute; cursor: pointer; transform: translate(0px, -50%); -webkit-transform: translate(0, -50%);
}
.slick-next {
	background: none; padding: 0px; border: currentColor; border-image: none; top: 50%; width: 20px; height: 20px; color: transparent; line-height: 0; font-size: 0px; display: block; position: absolute; cursor: pointer; transform: translate(0px, -50%); -webkit-transform: translate(0, -50%);
}
.slick-prev {
	left: 0px;
}
[dir='rtl'] .slick-prev {
	left: auto; right: 0px;
}
.slick-next {
	right: 0px;
}
[dir='rtl'] .slick-next {
	left: 0px; right: auto;
}
.slick-dots {
	list-style: none; width: 100%; text-align: center; bottom: 15px; display: block; position: absolute;
}
.slick-dots li {
	background: rgb(204, 204, 204); margin: 0px 6px; border-radius: 50%; transition:0.3s ease-out; width: 12px; height: 12px; font-size: 0px; vertical-align: middle; display: inline-block; position: relative; cursor: pointer; -webkit-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background: rgb(102, 102, 102);
}
