div.pagelist{
    text-align: center;
    font-size: 15px;
}
div.pagelist strong{
    height:25px;
    width:25px;
    text-align: center;
    line-height: 25px;
    background: #de6022;
    color:#fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 3px;
}
div.pagelist a{
  width:25px;
    height:25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color:#de6022;
    /*border:1px solid #09f;*/
    margin-left: 3px;
    border-radius: 50%;
}
div.pagelist a.next,div.pagelist a.prev{
    width: 65px;
    border-radius: 14px;
}
div.pagelist a:hover{
    color:#fff;
    background:#de6022 ;
}