/* must set border width with px */
.paginator_p
{
    text-align: center;
    float: left;
    color: white;
    cursor: pointer;
    margin-right: 13px;
}
.paginator_p_bloc
{
}
.paginator_p.over
{
    background-color: #8B8B8B;
}
.paginator_p.selected
{
    background-color: #CAFF3A;
    color: white;
    background-color: black;
}
.paginator_p_wrap
{
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.paginator_slider
{
    clear: left;
    height: 4px;
    top: 4px;
    background: white;
    border: solid 1px black;
    position: relative;
}

.paginator_slider .ui-slider-handle
{
    width: 8px;
    height: 12px;
    position: absolute;
    top: -4px;
    background-color: black;
}

#test1_o_left
{
    background-image: url("/Style Library/boj/images/CCLeftDoubleArrow.png");
    background-repeat: no-repeat;
    float: left !important;
    height: 8px;
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 4px;
    width: 10px;
}

#test1_o_right
{
    background: url("/Style Library/boj/images/CCRightDoubleArrow.png");
    background-repeat: no-repeat;
    float: right;
    height: 15px;
    width: 10px;
    margin-right: 33px;
    margin-top: 4px;
}

.paginator_p_bloc .last
{
    text-align: center;
    float: left;
    color: white;
    cursor: pointer;
    margin-right: 0px;
}
