.holder {
	margin: 0.7rem 0;
	text-align:center;

}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 0.2rem;
	color: #333;
	line-height:38px;
	display: inline-block;
}

.holder a:hover {

	color: #ee8913;
}

.holder a.jp-previous {
	margin-right: 15px;
	font-size:20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding:0 0.42rem;
	color: #e6891c;
	border:1px solid #e2e2e2;
}
.holder a.jp-next {
	margin-left: 15px;
	font-size:20px;
	padding:0 0.42rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #e6891c;
	border:1px solid #e2e2e2;
}
.holder a.jp-previous:hover,.holder a.jp-next:hover{
	background: #ee8913;
	color: #fff;
	border:1px solid #ee8913;
}

.holder a.jp-current, a.jp-current:hover { 
	color: #ee8913;
	font-weight: bold;
}

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

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

}
.holder a.jp-disabled:hover{
	color: #bbb;
	border:1px solid #e2e2e2;
}

.holder span { margin: 0 5px; }