
.holder a {
	font-size: 14px;
	cursor: pointer;
	color: #505050;
	text-decoration: underline;
}

.holder a:hover {
	background-color: #222222;
	color: #ffffff;
}

.holder a.jp-current, a.jp-current:hover {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbbbbb;
	text-decoration: 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;
}