﻿  .pager {
  	margin-top:20px;
    text-align:center;}
.pagination {
	font-size:90%;}
        
.pagination a {
    text-decoration: none;
    border: solid 1px #AAE;
    color: #15B;}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0.3em 0.3em;
    margin-right: 3px;
    margin-bottom: 3px;
    min-width:1em;
    text-align:center;}

.pagination .current {
    background: #eee;
    font-weight:bold;
    color: #000;
    border: solid 1px #AAE;}