﻿.pager
{
    color: Black;
    text-align: center;
}

.pager ul.pages
{
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 10px;
    padding: 0;
    width: auto;
}

.pager ul.pages li
{
    list-style: none;
    float: left;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 5px;
}

.pager ul.pages li:hover
{
}

.pager ul.pages li.pgEmpty
{
    color: #229BB4;
}

.pager ul.pages li.pgNext
{
    background: url("gfx/arrow-right-green.gif") no-repeat scroll right 0;
    margin-top: 7px;
}

.pager ul.pages li.pgPrev
{
    background: url("gfx/arrow-left-green.gif") no-repeat scroll right 0;
    margin-top: 7px;    
}

.pager ul.pages li.pgCurrent
{
    color: #229BB4;
}

