.holder {
	      margin: 0;
          padding: 6px 0;
          font-weight: bold;
          font-family: Arial;
          float: left;
          width: 100%;
          text-align: center;
          border-top: 1px solid #cecece;
          border-bottom: 1px solid #cecece;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color:rgba(2, 2, 2, 0.81);
}

.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: #FF4242;
	font-weight: bold;
}

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

#itemContainer li{
    display: inline-block;
}

.jp-Previous,
.jp-Next {
    font-size: 12px;
    cursor: pointer;
}

.jp-Previous:hover,
.jp-Next:hover {
    color: #FF4242;
}