.ui-slider{
	height:7px;
	background:url(../images/slider_bg.gif) repeat-x;
	display:block;
	position:relative;
}
a.ui-slider-handle{
	height:7px;
	width:14px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/slider.gif) no-repeat;
}
