.ajax__multi_slider_custom .outer_rail_horizontal
{
    position:absolute;
    background:url('/images/Slider/slider_h_rail_outer.gif') repeat-x;
    width:203px;
    height:13px;
    z-index:100;
}

.ajax__multi_slider_custom .inner_rail_horizontal
{
    position:absolute;
    background: url('/images/Slider/slider_h_rail.gif') repeat-x;
    width:203px;
    height:13px;
    z-index:100;
}

.ajax__multi_slider_custom .handle_horizontal_left
{
    position:absolute;
    background:url('/images/Slider/slider_on_dark.gif') no-repeat;
    width:10px;
    height:13px;
    z-index:200;
    /*cursor:w-resize;*/
}

.ajax__multi_slider_custom .handle_horizontal_right
{
    position:absolute;
    background:url('/images/Slider/slider_on_dark.gif') no-repeat;
    width:10px;
    height:13px;
    z-index:200;
    /*cursor:w-resize;*/
}
.ajax__multi_slider_custom .handle_horizontal_left:hover
{
    position:absolute;
    background:url('/images/Slider/slider_off.gif') no-repeat; /*slider_off.gif*/
    width:10px;
    height:13px;
    z-index:200;
    cursor:w-resize;
    /*cursor:w-resize;*/
}

.ajax__multi_slider_custom .handle_horizontal_right:hover
{
    position:absolute;
    background:url('/images/Slider/slider_off.gif') no-repeat;/*slider_off.gif*/
    width:10px;
    height:13px;
    z-index:200;
    cursor:w-resize;
    /*cursor:w-resize;*/
}
.sliderDataL
{
	border: solid 0px #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;	
	background-color: Transparent;
	text-align:left;
	width: 80px;
}
.sliderDataR
{
	border: solid 0px #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;	
	background-color: Transparent;
	text-align:right;
	width: 80px;	
}
.sliderLabel
{
	font-family: Tahoma;
	font-size: 11px;
	color: #79878f;	
}
.sliderTable
{
	width: 204px;
	height: 40px;	
}
.sliderBoundControl
{
	display:none;
}
