.RadSlider_cromwell_feed a
{
	cursor:default;
}

.RadSlider_cromwell_feed a.handle,
.RadSlider_cromwell_feed.horizontal a.draghandle span,
.RadSlider_cromwell_feed.vertical a.draghandle span
{
	display:none;
}

.RadSlider_cromwell_feed.horizontal
{
    background-color:#d8d8d9;
	height:7px;
}

.RadSlider_cromwell_feed.horizontal a.draghandle
{
	border:0;
	top:0;
	width:80px;
	height:7px;
	background-color:#00b3f1;
}

.RadSlider_cromwell_feed.horizontal .track
{
	height:7px;
}

.RadSlider_cromwell_feed.vertical
{
	width:7px;
	background-color:#d8d8d9;
}

.RadSlider_cromwell_feed.vertical .handle
{
	margin-left:7px;
}

.RadSlider_cromwell_feed.vertical a.draghandle
{
	left:0px;
}

.RadSlider_cromwell_feed.vertical .track
{
	width:7px;
}

.RadSlider_cromwell_feed.vertical a.draghandle
{
	border:0;
	top:0;
	width:7px;
	height:80px;
	background-color:#00b3f1;
}