.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.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: #3454b2;
	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 {
	/*border: 1px solid #eaebec;*/
    padding: 7px 12px;
    margin-left: 5px;
    margin-right: 6px;
    background: none;
}

.holder a.jp-current:active,.holder a.jp-current:hover{
	background-color: #fff;
	border-color: #fff !important;
	color: white;
}

.holder span { margin: 0 5px; }

.pagination > li > a, .pagination > li > span {
    color: #ef4035;
}
.pagination2{
	text-align: center;
	margin-bottom: -40px;
    margin-top: 70px;
}