.pager-container {
    margin: 10px 20px 5px 20px;
}

.pager-warning {
    margin-bottom: 5px;
}

.teppager {
    padding: 0;
}

.teppager li {
    text-align: center;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 30px;
    border: 1px solid black;
    border-right: 0;
    background-color: #ececec;
    padding: 3px;
    list-style-type: none;
}

.teppager li.space-small {
    width: 104px;
}

.teppager li.space-big {
    width: 245px;
}

.teppager li.link:hover {
    background-color: #fcfcec;
}

.teppager li.on {
    background-color: #fcfcec;
}

.teppager li#next {
    border-right: 1px solid black;
    background-image: url($icons/2rightarrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.teppager li#previous {
    background-image: url($icons/2leftarrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}