.slider{
	float:left;
	position:relative;
}

.slider{
	height:51px;
	width:248px;
	float:left;
	position:relative;
	
}
.slider_left{
	width:24px;
	height:51px;
	float:left;
	background:url("../images/wizard/slider_left.gif");
}
.slider_right{
	width:24px;
	height:51px;
	float:left;
	background:url("../images/wizard/slider_right.gif");
}
.slider_center{
	width:200px;
	height:51px;
	float:left;
	background:url("../images/wizard/slider_center.gif");
	position:relative;
}
.slider_handle{
	position:absolute;
	top:5;
	left:0;
	width:41px;
	height:51px;
	background:url("../images/wizard/knob_1.png");
}
.slider_input{
	padding:1px;
	color: #999;
	width:20px;
	float:left;
	border:0;
	margin-top:8px;
	font-size:20px;
	position:relative;
	text-align:right;
}