.holder {margin-top: 62px;}
.holder a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12.71px;
	cursor: pointer;
	margin-left: 9px;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	width: 21px;
	height: 24px;
	display:inline-block;
	padding-top: 1px;
}
.holder a:hover { background-color: #353535; color: #fff;
}
.holder a.jp-previous {
	margin-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	height: 25px;
	width: 25px; padding: 1px;
	display: inline-block; }
.holder a.jp-next { margin-left: 14px;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	padding: 1px;
	display: inline-block; }

.holder a.jp-current, a.jp-current:hover { 
	color: #fff;
	font-weight: bold;
	background-color: #353535;
	border-color: #dedede;
}
.holder a.jp-disabled, a.jp-disabled:hover {color: #bbb;}
.holder a.jp-current, a.jp-current:hover {cursor: default;}
.holder a.jp-disabled, a.jp-disabled:hover {cursor: default; background: none;}
.holder span { margin-left: 9px; }