div#pager-nav
{
    position: relative;
    top: -20px;
    left: 0px;
    background: url(../images/black-bg.png);
    color: #FFFFFF;
    z-index: 9999;
    display: block;
    width: 270px;
    height: 20px;
    text-indent: 10px;
}

#pager-nav  a
{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #aaaaaa;
    text-indent: -9999px;
    display: inline-block;
    margin: 4px 5px 0 0;
    opacity: 1;
}
#pager-nav a:hover
{
    background: #cdcdcd;
}
#pager-nav a.activeSlide
{
    background: #f6f6f6;
}