.RadSlider_Xiaoli a
{
	cursor: hand;
}

.RadSlider_Xiaoli a.handle
{
	width: 0px; height: 0px;
}
/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Xiaoli.horizontal
{
	background: #e6e8e9 url(Images/Slider/SliderBgr.gif) repeat-x;
	height: 29px;
}

.RadSlider_Xiaoli.horizontal .decrease
{
	background: url(Images/Slider/Handles.gif) no-repeat;
}

.RadSlider_Xiaoli.horizontal .increase
{
	background: url(Images/Slider/Handles.gif) no-repeat -16px 0;
}

.RadSlider_Xiaoli.horizontal a.handle
{
	margin-top: 7px;
}

.RadSlider_Xiaoli.horizontal a.draghandle
{
	border: 0;
	top: 0;
	margin-top: -8px;
	width: 16px; height: 17px;
	background: url(Images/Slider/DragHandle.gif) no-repeat;
}

.RadSlider_Xiaoli.horizontal .track
{
	left: 16px; top: 0;
	margin-top: 13px;
	height: 3px;
	background: #a6a6a6 url(Images/Slider/TrackBgr.gif) repeat-x left bottom;
	border-top: solid 1px #565656;
	border-bottom: solid 1px #b0b0b0;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Xiaoli.vertical
{
    width: 13px;
}

.RadSlider_Xiaoli.vertical .handle
{
	margin-left: 7px;
}

.RadSlider_Xiaoli.vertical .decrease
{
	background: url(Images/Slider/Handles.gif) no-repeat -48px 0;
}

.RadSlider_Xiaoli.vertical .increase
{
	background: url(Images/Slider/Handles.gif) no-repeat -32px 0;
}

.RadSlider_Xiaoli.vertical a.draghandle
{
	left: 0px;
}

.RadSlider_Xiaoli.vertical .track
{
    top: 6px;
    left: 0px;
    width: 1px;
    margin-left: 13px;
    background-color: #ffffff;
}

.RadSlider_Xiaoli.vertical a.draghandle
{
	border: 0;
	top: 0;
	margin-left: -8px;
	width: 16px; height: 16px;
	background: url(Images/Slider/DragVerticalHandle.gif) no-repeat;
}
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */