.holder {
	margin:0 0 30px 0;
	padding:10px;
	
	border:1px dashed #CCC;
	
	font-size:16px;
	line-height:16px;
	font-weight:300;
}

.holder a {
	cursor: pointer;
	margin:20px;
}

.holder a:hover {
	color: #51bbff;
}

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

.holder a.jp-current, a.jp-current:hover {	
	font-weight:500;
	text-decoration:underline;
	color: #000;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #ccc;
}

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