.x-slide-zone-horizontal {
	height: 40px;
	background: url('slider-bg-h.gif') repeat-x;
	/*background-image: url('slider-bg.png'); */
	z-index: 1;

}

.x-thumb-slider-horizontal {
	width: 18px;
	height: 20px;
	/* Using margin-top in Safari applies the style twice after 
	  the first drag start. Use top instead. */
	top: 11px; 
	background: url('slider-thumb-h.gif') no-repeat;
	z-index: 10;
}

.x-range-slider-horizontal {
	top: 0px;
	background: url('slider-range-h.gif') repeat-x 0 0;
	height: 26px;
}


