/* r.a.d.slider Web 2.0 skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_NDM a
{
	cursor: hand;
}


/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_NDM.horizontal
{
	height: 20px;
	background-image:url(Slider/Back.gif);
	background-repeat:no-repeat;
	float:left;
}

.RadSlider_NDM.horizontal a.draghandle
{
	top: 0;	
	width: 7px; height: 18px;
	margin-top: -6px;
	background-image: url(Slider/DragHandle.gif);
	background-repeat: no-repeat;
}

.RadSlider_NDM.horizontal a.draghandle:hover
{
	background-position: 0 -20px;
}

.RadSlider_NDM.horizontal .track
{
	top: 0;
	margin-top: 8px;
	height: 3px;
	background: white;
	border-top: solid 1px #a5bedf;
	border-bottom: solid 1px #a5bedf;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */
