#pages {
    clear: both;
    text-align: right;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
#pages li {
    /*float: left;*/
   /* border: solid 1px #eee; */
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    margin: 2px;
    color: #1b6430;
	display: inline-block;
    text-align: center;
}
#pages a {
    display: inline-block;
    color: #000;
	text-decoration: none;
}
#pages span {   
}
#pages strong {
   
}
#pages .pagelist {
	display: inline-block;
    text-align: center;
}
#pages .thisclass {
	color: #fff;
    background-color: #31c27c;
  /* background-color:#d53a32;  */
   
}
#pages .thisclass a {    
    color: #fff;	
}

#pages li:hover{
    border-bottom: solid 1px #31c27c; 
}