.holder {
	margin: 15px 0; text-align:center;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 10px;
	color: #939598;
	padding:3px;
	border-radius: 3px;
	background:#fff;
	border:#CCC solid 1px;

}

.holder a:hover {
	background-color: #58595b;
	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: #58595b;
	font-weight: bold; border:#58595b solid 1px;
}

.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; }