@CHARSET "UTF-8";

ul.pagenav {
    /*clear: both;
    clear: none;
    float: right;*/
    
    text-align: center;

    margin: 10px 0 0 0;
    padding: 0;
    
    font-size: 8px;
    line-height: 10px;
    
    list-style: none outside none;
}

.pagenav li {
    display: inline;
    
    padding: 5px;
    border: 0;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #fecd22;
    
    list-style: none outside none;
}

.pagenav a,
.pagenav a:link {
    font-size: 8px;
    color: white;
}

.pagenav a:hover {
    color: red;
}

li.pagenav-prev {
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -o-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    width: 150px;
}

li.pagenav-next {
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -o-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}