.holder {
    clear: both;
    width: 100%;
    display: block;
	overflow: hidden;
	padding: 20px 0;
    text-align: center;
}

.holder a {
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	font-size: 14px;
	margin: 0 3px;
    cursor: pointer;
	text-align: center;
	display: inline-block;
	
	border: 1px solid #1e1d56;
	background-color: transparent;
	
	border-radius: 50%;
	-o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.holder a:hover {
	border-color: #3a3985;
}

.holder a.jp-current {
	color: #fff;
    background-color: #c8222e;
	border-color: transparent;
}

.holder a.jp-previous,
.holder a.jp-next,
.holder a.jp-previous:hover,
.holder a.jp-next:hover{
    width: auto;
    height: auto;
	background: none;
	border: none;
    border-radius: none;
	text-decoration: none;
}

.holder a.jp-previous {
}
.holder a.jp-next {
}

.holder a.jp-disabled,
a.jp-disabled:hover {
	color: #999;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
	cursor: default;
}

.holder span {
    margin: 0 5px;
}


/* Holder Dots */

.holder.holderDots a {
	height: 10px;
	line-height: 10px;
	min-width: 10px;
	margin: 0 5px;
	background-color: #1e1d56;
}
.holder.holderDots8 a {
	height: 8px;
	line-height: 8px;
	min-width: 8px;
}
.holder.holderDots10 a {
	height: 10px;
	line-height: 10px;
	min-width: 10px;
}
.holder.holderDots12 a {
	height: 12px;
	line-height: 12px;
	min-width: 12px;
}
.holder.holderDots14 a {
	height: 14px;
	line-height: 14px;
	min-width: 14px;
}
.holder.holderDots16 a {
	height: 16px;
	line-height: 16px;
	min-width: 16px;
}
.holder.holderDots18 a {
	height: 18px;
	line-height: 18px;
	min-width: 18px;
}
.holder.holderDots20 a {
	height: 20px;
	line-height: 20px;
	min-width: 20px;
}

.holder.holderDots a:hover {
	background-color: #3a3985;
}
.holder.holderDots a.jp-current {
	background-color: #c8222e;
}