/** SLIDER **/
#lrw-slider-progressbar {
	height: 5px;
	float: left;
	background: #f98b25;
	position: absolute;
}

#lrw-slider {
	height: 5px;
	float: left;
	width: 100%;
	margin-top: 5px;
}
.lrw-slider {
	display: none;
}
.lrw-slider .ui-slider-handle{
	height: 20px;
	width: 20px;
	top: -8px;
}

#lrw-slider-plus{
	float: left;
	width: 5%;
	padding-left: 5px;
}
#lrw-slider-minus{
	float: left;
	padding-right: 5px;
}

.lrw-slider-line {
	width: 2em;
	height: 1em;
	line-height: 1em;
	position: absolute;
	font-size: .8em;
	color: #999;
	overflow: visible;
	text-align: center;
	top: 15px;
	left: 20px;
	margin-left: -1em;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lrw-slider-line span {
	background: #999;
	width: 1px;
	height: 4px;
	position: absolute;
	left: 50%;
}
.lrw-slider-toolbar{
	position: relative;
}

.lrw-slider{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
}
.lrw-slider-input .slider-num{
	width: 60px;
}
