.holder {
	/*width: 500px;*/
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.holder a {
    display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid lightgray;
	text-align: center;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

.holder a.jp-previous { margin-right: 5px; color: white;background-color: #0092CA;}
.holder a.jp-next { margin-left: 5px;  color: white;background-color: #0092CA;}

.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
}

.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; }