.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 16px;
	cursor: pointer;
	color: #000;
	padding: 6px 12px;
	line-height: 1.42857143;
    text-decoration: none;
}

.holder a:hover {
	background-color: #376BAF;
	color: #fff;
}

.holder a.jp-previous { margin-right: 0px; }
.holder a.jp-next { margin-left: 0px; }

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

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

.holder a.jp-current, a.jp-current:hover{
	color:white;
	background:#CC0033;
    text-decoration: none;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { 
	margin: 0 5px; 
	color:#CBB778;
}