.holder {
	margin: 15px 0;
}

.holder a {
		cursor:pointer;
  border-right: #dedfde 1px solid; padding-right: 6px; background-position: 50% bottom; border-top: #dedfde 1px solid; padding-left: 6px; padding-bottom: 2px; border-left: #dedfde 1px solid; color: #0061de; margin-right: 3px; padding-top: 2px; border-bottom: #dedfde 1px solid; text-decoration: none

}

.holder a:hover {
	cursor:pointer;
 border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #0061de
}

.holder a.jp-previous { margin-right: 15px; cursor:pointer;}
.holder a.jp-next { margin-left: 15px;cursor:pointer; }

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

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
	cursor:pointer;
}

.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; }