/* slider root element */
.slider {
	position:relative;
	cursor:pointer;
	height:19px;
	background:url(../images/xnpz_bg.gif) no-repeat 0 -53px;
	width:470px;
	top:3px;
	float:left;
	clear:right;
}
.slider_410{ width:410px; background:url(../images/xnpz_bg.gif) no-repeat;}
/* progress bar (enabled with progress: true) */
.progress {
	height:19px;
	background:url(../images/xnpz_bg.gif) no-repeat 0 -80px;
	display:block;
}
.progress_400{ width:400px; background:url(../images/xnpz_bg.gif) no-repeat 0 -27px;}
/* drag handle */
.handle {
	background:url(../images/xnpz_bg.gif) no-repeat -5px -105px;
	height:20px;
	width:20px;
	position:absolute;
	display:block;
	cursor:move;
	top:0;
}
/* the input field */
.range {
	float:left;
	margin:0 0 0 10px;
	text-align:center;
	width:60px;
	height:25px;
	border:1px solid #d5d2d2;
	background:#FFF;
	line-height:25px;
	font:14px "Microsoft Yahei", "宋体" san-serif;
}
