#itemContainer li{
list-style:none !important;
font-size:15px !important; 
}

.holder {
	margin: 40px 0px 20px 0px;
}

.holder a {
	font-size: 15px;
	cursor: pointer;
	margin:6px;
	color: #333;
	border: #ccc 1px solid;
	background:#fff;
	padding:8px 14px;
	border-radius:100%;
}

.holder a:hover {
	color:#F37E00;
	background:none;
	border: #F37E00 1px solid;
}

.holder a.jp-previous { margin-right: 0px; background:none; border:none;  }
.holder a.jp-next { margin-left: 0px; background:none; border:none; }

.holder a.jp-current, a.jp-current:hover { 
	color: #fff;
	background:#F37E00 !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; }