/*
	back:	rgb(230,230,230)
	dark:	rgb(90,97,90)
	medium	rgb(189,190,189)
	*/

.dynamic-slider-control {
	position:			relative;
	background-image: url("../../images/slider/slider.gif");
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				default;
}

.horizontal {
	width:				229px;
	height:				33px;
}

.dynamic-slider-control input {
	display:	none;
}

.dynamic-slider-control .handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				default;
	top:20px;
}

.dynamic-slider-control.horizontal .handle {
	width:				15px;
	height:				18px;
	background-image:	url("../../images/slider/arrow.gif");
}





