.hwslider ul{top: 0px}
.dots {margin-bottom: 10px}
.dots span{float: left;width: 5px;height: 5px;border-radius: 50%;background: #a4a4aa;margin-right: 8px;cursor: pointer;}
.dots span.active{background:#39b5ff;width: 10px;border-radius: 40%;}
.prev{background-size: 20px 30px;margin-left: 20px }
.next{background-size: 20px 30px;margin-right: 20px}
.arr{width: 20px;height: 30px }

@media screen and (max-width: 510px) {
    .dots {margin-bottom: 0px}
	.prev{margin-left: 0px }
    .next{margin-right: 0px}
}

