*:first-child+html .slider{
	width: 188px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	position: relative;
	float: none;
	top: 0px;
	right: 0px;
	left: 0px;
	clear: both;
	z-index: -1;
}

.slider{
	width: 188px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	position: relative;
	float: none;
	top: 0px;
	right: 0px;
	left: 0px;
	clear: both;
	z-index: -1;
}


.dynamic-slider-control {
	position: relative;
	background-color: transparent;
	-moz-user-focus: normal;
	-moz-user-select: none;
	cursor: default;
}

.horizontal {
	width: 188px;
	height: 15px;
	z-index: 1;
}

*:first-child+html .horizontal {
	width: 188px;
	height: 5px;
	padding-bottom: 2px;
	z-index: 1;
}

.dynamic-slider-control input {
	display: none;
}

.dynamic-slider-control .handle {
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	-moz-user-select: none;
	cursor: default;
}

.dynamic-slider-control.horizontal .handle {
	width: 31px;
	height: 14px;
	background-image: url("handle.horizontal.png");
}

.DYNAMIC-SLIDER-CONTROL.HORIZONTAL .HANDLE DIV {
}

.DYNAMIC-SLIDER-CONTROL.HORIZONTAL .HANDLE.HOVER {
}

.dynamic-slider-control .line {
	position: absolute;
	font-size: 0.01mm;
	overflow: hidden;
	border: 1px solid rgb(90,97,90);
	background: rgb(189,190,189);
	behavior: url("css/boxsizing.htc");/* ie path bug */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.dynamic-slider-control.horizontal .line {
	height: 3px;
}

.dynamic-slider-control .line div {
	width: 1px;
	height: 1px;
	border: 1px solid;
	border-color: rgb(189,190,189) rgb(189,190,189)
						rgb(189,190,189) rgb(230,230,230);
}