﻿.ajax__slider_h_rail {
    background-repeat: repeat-x;
    height: 22px;
    position: relative;
    width: 150px;
}

.ajax__slider_h_handle {
    height: 22px;
    position: absolute;
    width: 10px;
}

.ajax__slider_v_rail {
    background-repeat: repeat-y;
    height: 150px;
    position: relative;
    width: 22px;
}

.ajax__slider_v_handle {
    height: 10px;
    position: absolute;
    width: 22px;
}

.ajax__slider_v_handle img {
    display: block;
}