.holder {
	margin: 15px 0;
	text-align:center;
}

.holder a {
	font-size: 14px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	border: 1px #ccc solid;
	padding:8px;
	border-radius: 5px;
	text-decoration:none;
}

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

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

.holder a.jp-current, a.jp-current:hover { 
	color: #fff !important;
	font-weight: bold;
	background-color:#002c44 !important;
	border:none;
}

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

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

/* Hodler 2*/ 
.holder2 {
	margin: 15px 0;
	text-align:center;
}

.holder2 a {
	font-size: 14px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	border: 1px #ccc solid;
	padding:8px;
	border-radius: 5px;
	text-decoration:none;
}

.holder2 a:hover {
	background-color: #f0f0f0;
	color: #333;
}

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

.holder2 a.jp-current, a.jp-current:hover { 
	color: #fff !important;
	font-weight: bold;
	background-color:#002c44 !important;
	border:none;
}

.holder2 a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder2 a.jp-current, a.jp-current:hover,
.holder2 a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder2 span { margin: 0 5px; }

/* Hodler 3*/ 
.holder3 {
	margin: 15px 0;
	text-align:center;
}

.holder3 a {
	font-size: 14px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
	border: 1px #ccc solid;
	padding:8px;
	border-radius: 5px;
	text-decoration:none;
}

.holder3 a:hover {
	background-color: #f0f0f0;
	color: #333;
}

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

.holder3 a.jp-current, a.jp-current:hover { 
	color: #fff !important;
	font-weight: bold;
	background-color:#002c44 !important;
	border:none;
}

.holder3 a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder3 a.jp-current, a.jp-current:hover,
.holder3 a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder3 span { margin: 0 5px; }