.pages li {
	list-style-type: none;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: white;
	margin-top: 2px;
	cursor: pointer;
}
.pages li.active {
	background:#9fc017;
}
.pages {
	position: absolute;
	z-index: 99999999;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.4);
	border-radius: 12px;
   padding: 2px 16px 0 16px;

}
.pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 135px
}
.pages.horizontal li {
	display: inline-block;
	margin-right: 10px
}
.pages.horizontal li:last-child {
	margin-right: 0
}
.pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}
.pages.vertical li {
	margin-bottom: 10px
}
.pages.vertical li:last-child {
	margin-bottom: 0
}
