/* r.a.d.slider Web 2.0 skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_GoJump a
{
	cursor: hand;
}

.RadSlider_GoJump a.handle
{
	width: 20px; height: 25px;
	background-color: transparent;
	background-image: url(Slider/Handles.gif);
	background-repeat: no-repeat;
}

.RadSlider_GoJump .decrease
{
	background-position: 0 0;
}

.RadSlider_GoJump .increase
{
	background-position: 0 -25px;
}

.RadSlider_GoJump.horizontal .selectedregion
{
	background: #957a6b;
	height: 7px;
}

.RadSlider_GoJump.vertical .selectedregion
{
	background: #957a6b;
	width: 7px;
}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_GoJump.horizontal
{
	height: 20px;
}

.RadSlider_GoJump.horizontal a.draghandle
{
	top: 0;	
	width: 13px; height: 25px;
	margin-top: -7px;
	background-image: url(Slider/DragHandle.gif);
	background-repeat: no-repeat;
}

.RadSlider_GoJump.horizontal a.draghandle:hover
{
	background-position: 0 -25px;
}

.RadSlider_GoJump.horizontal .track
{
	left: 20px; top: 0;
	margin-top: 6px;
	height: 7px;
	background: #dbc7bb;
	border-top: solid 1px #957a6b;
	border-bottom: solid 1px #957a6b;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */

/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_GoJump.vertical
{
	width: 20px;
}

.RadSlider_GoJump.vertical .track
{
	top: 20px; left: 0px;
	width: 7px;
	margin-left: 6px;
	background: #dbc7bb;
	border-left: solid 1px #957a6b;
	border-right: solid 1px #957a6b;
}

.RadSlider_GoJump.vertical a.draghandle
{
	top: 0;
	margin-left: -7px;
	width: 20px; height: 28px;
	background: url(Slider/DragVerticalHandle.gif) no-repeat;
}

.RadSlider_GoJump.vertical a.draghandle:hover
{
	background-position: -20px 0;
}

/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */