﻿#pager{
    margin-top:30px;
    margin-bottom:30px;
}

#pager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:10px;
margin:10px 0 50px;
padding:0;
float:right;
}

    #pager ul.pages li {
        float:left;
        list-style: none;
        height:28px;
        line-height:28px;
        font-size:12px;
        border: 1px solid #ccc;
        text-decoration: none;
        margin: 0 5px 0 0;
        padding: 0px 10px;
        background: #f7f7f7
    }


#pager ul.pages li:hover {
border:1px solid #003f7e;
}

#pager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

        #pager ul.pages li.pgCurrent {
            border: 1px solid #c13a36;
            color: #fff;
            font-weight: 700;
            background-color: #c13a36;
        }