
                                 
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 40px; height: 1.2em; cursor: pointer; background:url('../../../gfx/th_bg.jpg') top repeat-x; }
.ui-slider .ui-slider-handle:hover { position: absolute; z-index: 2; width: 40px; height: 1.2em; cursor: pointer; background:#ffffff; }


.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0;  background:#70d0cc; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }


