.slider{ 
    width: 100%;
    height: 100%;
    line-height: 46px;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.slider .drag_bg{
	position: absolute;
	left: 0;
	top: 5px;
	height: 40px;
	background:#200505;
	z-index: 1;
}
.slider .drag_text{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: 'Microsoft Yahei', serif;
	color: #adadad;
	line-height: 44px;
	text-align: center;
	z-index: 2;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none; 
}

.handler{
	width: 36px;
	position: absolute;
	left: 0;
	top: 7px;
	height: 36px;
	line-height: 36px;
	background:url(../images/acon11.jpg) no-repeat center center;
	z-index: 3;
	cursor: move;
	color: #adadad;
	font-size: 16px;
	font-weight: 900;	
}