.wvi-pager-holder {
	text-align: center;
	position: relative;
	z-index: 1;
}
.wvi-pager-holder a {
	font-size: 14px;
	cursor: pointer;
	color: #666;
	width: 2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	vertical-align: top;
	font-family: Arial;
	margin: 0 0.5em;
	border-radius: 0.25em;
}
.wvi-pager-holder a.jp-next,.wvi-pager-holder a.jp-previous{
	display: none;
}
.wvi-pager-holder a.jp-current, a.jp-current:hover { 
	background-color: #ff6900;
	color: #fff;
}
@media only screen and (max-width:1023px){
	.wvi-pager-holder a {
		font-size: 0.6875rem;
	}
}