﻿.radslider { position: relative; -moz-user-select: none; font-size:1px;	line-height:1px; }
.radslider a { display: block; text-indent: -9999px; text-decoration:none; }
.radslider a:focus, .radslider a:active { outline: none; }
.radslider .handle span, .radslider .draghandle span { display: block; }
.radslider .draghandle, .radslider .track, .radslider .selectedregion {	position: absolute; }
.radslider .selectedregion { top:0;	left:0; }
.RadSlider_AL.horizontal { height: 21px; line-height: 21px; }
.RadSlider_AL.horizontal .decrease { background-position: 0 0; float: left;}
.RadSlider_AL.horizontal .decrease:hover { background-position: -22px 0; }
.RadSlider_AL.horizontal .increase { background-position: -11px 0; float: right;  }
.RadSlider_AL.horizontal .increase:hover { background-position: -33px 0; }
.RadSlider_AL.horizontal a.draghandle:hover { background-position: -9px 0; }
.RadSlider_AL.horizontal .selectedregion { background: #dfdfdf;	height: 2px; }
.RadSlider_AL.horizontal a.handle {	width: 11px; height: 22px; background-image: url('../../images/global/Slider/Handles.gif');	background-repeat: no-repeat; }
.RadSlider_AL.horizontal .decrease:active, .RadSlider_AL.horizontal .decrease:focus { background-position: -44px 0; }
.RadSlider_AL.horizontal .increase:active, .RadSlider_AL.horizontal .increase:focus { background-position: -55px 0; }
.RadSlider_AL.horizontal a.draghandle {
	top: 0;
	margin-top: -6px;
	width: 9px; height: 17px;
	background-image: url('../../images/global/Slider/DragHandle.gif');
	background-repeat: no-repeat;
}
.RadSlider_AL.horizontal a.draghandle:active,.RadSlider_AL.horizontal a.draghandle:focus { background-position: -18px 0; }
.RadSlider_AL.horizontal .track
{
	left: 11px; top: 0;
	height: 2px;
	margin-top: 9px;
	background: #fff url('../../images/global/Slider/TrackBgr.gif') repeat-x left bottom;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #bbb;
}