.holder {
	margin: 15px 0!important;
}

.holder a {
	font-size: 15px!important;
	cursor: pointer!important;
	margin: 0 10px!important;
	color: #222!important;
}

.holder a:hover {
	background-color: #222!important;
	color: #fff!important;
}

.holder a.jp-previous { margin-right: 15px!important; }
.holder a.jp-next { margin-left: 15px!important; }

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

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

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

.holder span { margin: 0 10px!important; }