.Pages>span{
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    display: inline-block;
    font-style: initial;
    margin: 0 10px;
    font-size: 14px;
    color: #001f2b;
}
.Pages .page{
    background-color: white;
}
.Pages .page:hover{
    background-color: #025ff8;
}
.Pages .page:hover a{
    color: #fff;
}
.Pages .active{
    background-color: #025ff8;
}
.Pages .active a{
    color: #fff;
}
.Pages .a_prevPage{
    background-image: url(../images/page_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.Pages .a_prevPage:hover{
    background-image: url(../images/page_left01.png);
    background-color: unset;
}
.Pages .a_next{
    background-image: url(../images/page_right.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.Pages .a_next:hover{
    background-image: url(../images/page_right01.png);
    background-color: unset;
}
