@charset 'UTF-8';
.slick-next
{
	width:6px;
	height:10px;
    padding: 0;
	margin:5px 0 6px 2px;
    cursor: pointer;
    border: none;
    outline: none;
	background:url("images/icon-next.png");
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover!important;
}
.slick-prev
{
	width:6px;
	height:10px;
    padding: 0;
	margin:5px 2px 6px 0;
    cursor: pointer;
    border: none;
    outline: none;
	background:url("images/icon-prev.png");
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover!important;
}
.slick-prev:hover,
.slick-next:hover
{
	background-position:bottom;
    outline: none;
}
.slick-dots
{
    width:auto;
    padding: 0;
    margin: 0 3px;
    list-style: none;
	overflow:auto;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: block;
	float:left;
	margin:7px 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width:7px;
    height:7px;
    padding:0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 18px;
    line-height:7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #1b1b1b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #1b1b1b;
}
