/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; margin-top:0px; margin-bottom:0px; background: url(/images/tpl/time-line.jpg) left top repeat-x;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 41px; height: 24px; background: url(/images/tpl/time-b.png) left top no-repeat; cursor:move;}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: 9px; }
.ui-slider-horizontal .ui-slider-handle { top: -17px; margin-left: -20px;}
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0px; }
.ui-slider-horizontal .ui-slider-range-max { right: 0px; }
/*----------------------------------*/
