.slider, .slider-bar, .slider-handle {
	border: 0;
	padding: 0;
	margin: 0;
}
.slider {
	width: 200px;
	height:22px;
	background: url(../../../images/slider/bg02.png) no-repeat -200px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.slider-bar {
	width:200px;
	height:22px;
	background: url(../../../images/slider/track021.png) no-repeat;
}
.slider-handle {
	width:20px;
	height:22px;
	cursor:col-resize;
	background: url(../../../images/slider/gripper031.png) no-repeat;
	padding-left: 0px;
}
.slider-percent {
	font-size: 75%;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	padding-top: 22px;
}