﻿.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: #fff;
}
.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(/png/3yrjuqx1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.Pages .a_prevPage:hover
{
    background-image: url(/png/zyjjw22c.png);
    background-color: unset;
}
.Pages .a_next
{
    background-image: url(/png/mlc1r08d.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.Pages .a_next:hover
{
    background-image: url(/png/z5r7dyqj.png);
    background-color: unset;
}
