.holder {
	margin: 15px 0;
}

.holder a {
	display: inline-block;
    width:26px;
	height:26px;
	text-align: center;
	padding-right:1px;
	padding-top:3px;
	border-radius: 26px !important;
	color: #555555;
	text-decoration:none;
	margin-left:2px;
	margin-right:2px;
	
}

.holder a:hover {
	color: #fff;
	background-color: #dddddd !important;
	cursor:pointer;
}

.holder a.jp-previous {  }
.holder a.jp-next { }
.holder a.jp-current, a.jp-current:hover { 
	color: #FFFFFF;
	font-weight: bold;
	background-color: #555555 !important;
}

.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; }
ul { list-style: none; }