.dynamic-slider-control {
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	border:			0px;
	cursor:			default;
}

.horizontal {
	width:			720;
	height:			2;
	border:			0px;
	padding:		0px;
}

.dynamic-slider-control input {
	position:		absolute;	
	display:		none;
}

.dynamic-slider-control .handle {
	position:		absolute;	
	font-size:		1px;
	overflow:		hidden;
	-moz-user-select:	none;
	cursor:			default;
}

.dynamic-slider-control.horizontal .handle {
	position:		absolute;	
	top:            0px;
	width:			31px;
	height:			14px;
	background-image:	url("handle.horizontal.png");
}

