﻿
.ajax__multi_slider_custom .outer_rail_horizontal
{
    position:absolute;
    background:url('../../Images/slider_rail_dark.gif') no-repeat;
    background: url('../../Images/slider_skala_dark.png') no-repeat;
    width:321px;
    height:25px;
    height:50px;
    z-index:100;
}

.ajax__multi_slider_custom .inner_rail_horizontal
{
    position:absolute;
    background: url('../../Images/slider_rail_light.gif') no-repeat;
    background: url('../../Images/slider_skala_light.png') no-repeat;
    width:321px;
    height:25px;
    height:50px;
    z-index:100;
}

.ajax__multi_slider_custom .handle_horizontal_left
{
    position:absolute;
    background:url('../../Images/slider_handle_left.gif') no-repeat;
    width:13px;
    height:25px;
    z-index:200;
    cursor:w-resize;
}

.ajax__multi_slider_custom .handle_horizontal_right
{
    position:absolute;
    background:url('../../Images/slider_handle_right.gif') no-repeat;
    width:13px;
    height:25px;
    z-index:200;
    cursor:w-resize;
}
body {
}
