.holder {
	margin: 10px 0;
	width: 100%;
	text-align: center;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	display: inline-block;
	text-align:center;
	line-height: 30px;
	border:1px solid #b7b7b7;
	padding: 3px 10px;
}
.jp-current
{

	background: #464646 !important;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}
.holder a:hover {
	background-color: #333;
	color: #fff;
}

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

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

.holder a.jp-disabled, a.jp-disabled:hover {

}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 

}

.holder span { margin: 0 5px; }
.jp-previous {display: inline-block;}