
.holder {
    text-align: center !important;
}
.holder a {
	background-color: #3d9bc0;
    font-size: 13px;
    padding: 0;
    margin-left: 0;
    color: #6f6f6f !important;
    background: #fff;
    border: 0;
    width: 48px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /* margin: 0px 8px; */
    border: 1px solid#ddd;
}

.holder a:hover {
	border: 0px;
	background: #00b022;
	color: #fff !important;
}

.holder a.jp-current, a.jp-current:hover { 
	border: 0px;
    background: #f5f5f5;
    color: #000;
    border: 1px solid#ddd;
}

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

a.jp-disabled:hover{
	color: #999999;
}
.holder a.jp-current:active,.holder a.jp-current:hover{
	background: #f5f5f5;
	color: #999999 !important;
}

.holder span { margin: 0 5px; }

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