.holder {
	margin: 25px 0;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #222;
	padding: 6px 12px;
	border:1px solid #ccc;
}

.holder a:hover {
	background-color: #0093dd;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #fff;
	font-weight: bold;
	
}


.holder a.jp-disabled{cursor: default;color:#222;}
.holder a.jp-current, a.jp-current:hover{
	background-color: #0093dd;
	color#fff;
}

.holder a.jp-disabled:hover {
	cursor: default; 
	background-color: #0093dd;
	color#fff;
}

.holder span { margin: 0 5px; }