#pages {
    margin:25px 0 25px 0;
}

#pages .pagelink {
    display:block;
    float:left;
    margin-right:20px;
    cursor:pointer;
}
#pages .pagelink .content {
    padding:6px 8px 6px 8px;
    min-width:17px;
    _width:17px;
    text-align:center;
}

#pages .pagelink.currentpage {
        background:url( '/s/images/c/orange_tl.gif') no-repeat top left #F37022;
        color:white;
        font-weight:bold;
}

#pages .pagelink.currentpage .content {
        background:url( '/s/images/c/orange_br.gif') no-repeat bottom right;
}