.holder {
	margin: 15px 0;
}

.holder a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	text-decoration: none;
	padding:3px;
}

.holder a:hover {
	border-bottom: 2px solid #9ad4da;
}

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

.holder a.jp-current, a.jp-current:hover {
	color: #9ad4da;
	font-weight: bold;
	border-bottom:none;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
	border-bottom:none;
}

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