.slide-arrow{
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:1;
}
.prev-arrow{
	left:10px;
}
.next-arrow{
	right:10px;
}


.slick-dots{
	bottom:20px;
	z-index:1;
}
.slick-dots li button:before {
    font-size: 20px;
}
.slick-dots li.slick-active button:before
{
    color: #0a7ddf;
}