.pages {text-align: left;position: relative;padding-top: 0.5em;}
.pages a, .pages span {
    line-height: 17px;
    text-decoration: none;
    margin-right:0px;
    width:22px;
    height:17px;
    display:inline-block;
    transition:none;
    cursor:pointer;
    background-color: #e3e3e0;
    border-right: 1px solid white;
    padding: 10px;
    text-align: center;
    margin: 0 2px;
    border-radius: 2px;
}
.pages a.first, .pages a.last, .pages a.first:hover, .pages a.last:hover{
	background-color:transparent;
	border-radius:0;
	width:auto;
	color:#000000;
}
.pages a.first:hover, .pages a.last:hover{
    color:#54be73;
}
.pages span.current, .pages a:hover{
    background-color: #040404;
    color: #ffffff;
    width: 22px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}
.pages span.first-disabled, .pages span.last-disabled {
    border: 0;
    color: #ddd;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    cursor: default;
}
.pages:after{
	content:"";
	display:block;
	clear:both;
}