/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; height:20px;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 20px; height: 20px; cursor:pointer ; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal {}
.ui-slider-horizontal .ui-slider-handle { top: 0; }
.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; }

.ui-slider-handle { background:url(../img/slider_handle.gif) no-repeat; outline:none}
.ui-slider {width:400px}

.slider { width:560px; float:left; margin-bottom:10px; }
.sliderLeft {float:left; width:460px;}
.sliderRight {float:left; font-size:16px; font-weight:bold; margin-left:10px;}
.sliderMain { margin-top:1px; float:left; display:inline; width:420px; height:20px; background-image:url(../img/slider_bg.gif); }
.sliderMinus {float:left; display:inline; width:20px; height:20px; background:url(../img/icon_minus.gif);}
.sliderPlus { float:left; display:inline; width:20px; height:20px; background:url(../img/icon_plus.gif);}
