.paginator-left {
width:27px;
height:27px;
background:url('/img/paging/arrow_left.png');
cursor:pointer;
float: left;
}

.paginator-left:hover{
background:url('/img/paging/arrow_left_over.png');
}

.paginator-left-off {
width:27px;
height:27px;
background:url('/img/paging/arrow_left_off.png');
float: left;
}

.paginator-right {
width:27px;
height:27px;
background:url('/img/paging/arrow_right.png');
cursor:pointer;
float: left;
}
.paginator-right:hover{
background:url('/img/paging/arrow_right_over.png');
}

.paginator-right-off {
width:27px;
height:27px;
background:url('/img/paging/arrow_right_off.png');
float: left;
}

.paginator-text {
    float: left;
    color: #206197;
    font-weight:bold;
    margin-top:5px;
    margin-right:10px;
    margin-left:10px;
}

.paginator_result_per_page {
    background:url('/img/paging/button_white.jpg');
    color: #000000;
    cursor: pointer;
    text-align: center;
}
.paginator_result_per_page_current {
    background:url('/img/paging/button_blue.jpg');
    color: #FFFFFF;
    text-align: center;
}

.paginator_result_per_page, .paginator_result_per_page_current {
    float:left;
    width: 46px;
    height: 21px;
    margin-right: 10px;
    text-align: center;
}

.paginator_result_per_page_value {
    margin-top: 2px;
    font-size: 14px;
}

.paginator-background {
    background: url(/img/paging/background.png) repeat-x scroll 50% 50%;
    height: 53px;
}

.paginator-background-left {
    background: url(/img/paging/background_left_round.png);
    height: 53px;
    width: 23px;
}


