.pagination {
	font-family: FontAwesome;
	font-size: 15px;
	/*          content: "\f096";*/
}

.pagination a { /*    text-decoration: none;*/
	/*	border: solid 1px #AAE;*/ /*	color: #15B;*/
	color: #828993;
	 font-size: 18px;
	height: 100%;
	 min-width: 30px;
	text-align: center;
	 line-height: 25px;
 padding-left: 2px;    padding-right: 2px;}

.pagination a:nth-child(odd){
	background: #8C8D90;
}

.pagination a,.pagination span {
	display: block;
	float: left;

}

#paginationCount {
    font-size: 15px;
}
#itemsPerPage {
    /* height: 25px; */
	
    width: 70px;
    background: black;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    line-height: 25px;
}

.pagination .current:BEFORE { /*    background: #26B;*/
	/*    color: #fff;*/ /*	border: solid 1px #AAE;*/
	 /* content: "\f096"; */
	 position: absolute;
	font-size: 30px;
	margin-top: -7px;
	color: #a5f582;
	height:100%;
	width:20px;
	background: black;

	
}
.pagination .current {
	background: #232830;
	height: 100%;
	font-size: 17px;
	min-width: 30px;
	line-height: 25px;

	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

.pagination .dots {
    width: 20px;
	
    font-size: 20px;
    text-align: center;
}

.pagination .current.prev,.pagination .current.next { /*	color:#999;*/
	/*	border-color:#999;*/ /*	background:#fff;*/
	color: #a5f582;
}
