﻿.scale_panel {
	font-size: 12px;
	color: #999;
	width: 200px;
	position: absolute;
	line-height: 18px;
	left: auto;
	top: -0px;
}
.scale_panel .r {
	float: right;
}
.scale span {
	background: url(../image/scroll.gif) no-repeat;
	width: 8px;
	height: 16px;
	position: absolute;
	left: -2px;
	top: -5px;
	cursor: pointer;
}
.scale {
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #E4E4E4;
	border-left: 1px #83BBD9 solid;
	width: 200px;
	height: 3px;
	position: relative;
	font-size: 0px;
	border-radius: 3px;
}
.scale div {
	background-repeat: repeat-x;
	background-color: #3BE3FF;
	width: 0px;
	position: absolute;
	height: 3px;
	width: 0;
	left: 0;
	bottom: 0;
}
#range li {
	font-size: 12px;
	line-height: 20px;
	position: relative;
	height: 30px;
	list-style: none;
	float:left;
}
#range .ll{
	width: 150px;
	text-align: right;
	height:20px;
}
    #range .ll div {
        float: left;
    }
   #range .ll2{
	width: 90px;
	text-align: right;
	height:20px;
} 
   #range .ll2 div {
        float: left;
}
#range .show-dig{
	width: 20px;
	float:left;
    text-align:right;
    border:0px;
    line-height:20px;
    background-color:transparent;
}

.lw-one{
    width:210px
}