.holder {
	margin-top:50px;
	text-align: center;
}

.holder a {
	font-size: 14px;
	cursor: pointer;
	color: #333;
	padding: 5px 10px;
	border: 1px solid rgb(204,204,204);
	border-right:none;
	text-decoration: none;
}
.holder a:last-child{border-right: 1px solid rgb(204,204,204);}
.holder a.jp-current{ 
	color: #fff;
	background-color:#008b45;
}

.holder a:hover {
	background-color: #008b45;
	color: #fff;
}

/*.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }*/


.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}


.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }
