/*pager�@CSS*/
.pager{

}

.pager-container {
    width: 100%;
    margin: 0;        
    overflow:hidden;
}

.pager__item {
    list-style: none;
    float:left;
    width:100%;
    font-size: 90%;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px #258 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    padding: 3px 8px;
    color: #808080;
    background-color: #fff;
    text-align: center;
}

.pager__item li
{
    float:left;
}

.pager__item li + li{
    float:left;
    border-left: 1px solid #258;
}

.pager__button{
    width: 15%;
}

.pager__numbers{
    width: 30%;
}

.pager__perpage{
    width: 10%;
}