.holder {
	margin: 0;
position: absolute;
right: 0;
bottom: -60px;
left:0;
}

.holder a {
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
	margin: 0 5px;
	padding: 0.3em 0.5em;
	color: #333;
	background-color: #fff;
	border: solid 1px #002f56;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

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

.holder a.jp-current, a.jp-current:hover { 
	color: #fff;
	font-weight: bold;
	background-color: #002f56;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
	background-color: #fff;
	border: solid 1px #999;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
}

.holder span { margin: 0 5px; }