.holder {
	margin: 15px 0;
	text-align: center;
}

.holder a {
	color: #0473bd;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #cde0dc;
	text-decoration: none;
	margin: 0 3px;
}

.holder a:hover {
	background-color: #0473bd;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	background: #0473bd !important;
	color: #fff;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }