@charset "utf-8";  
.pagination{
	text-align: right;
	margin-bottom: 80px;
	margin-right: 10px;
}
.pagination a {
    text-decoration: none;
	border: 1px solid #AAE;
	color: #15B;
}

.pagination a, .pagination span {
	display: inline-block;
	width: 19px;
	width: 19px;
	line-height: 19px;
	text-align: center;
    /* padding: 0.1em 0.4em; */
    margin-right: 10px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: 1px solid #AAE;
}

.pagination .prev, .pagination .next{
	color:#727272;
	border:none!important;
	background:#fff;
}

