/* --------------------------------------------------------------

    +sliderControl Specific

-------------------------------------------------------------- */
    #sliderFrame {
      width:180px;
      height: 60px;
      margin-left:0;
      overflow:hidden;
      background: url(../images/slider/slider-lines.jpg) no-repeat 0 60%;
    }
    #sliderLegend {
      margin-top: 0;
      font-size:.8em;
      height: 20px;
      color: #666;
    }
    #SliderMinPrice, #SliderMaxPrice {
    	text-align:right;
    	font-size:80%;
    }
    .sl1 {
    width: 20%;
    text-align: left;
    float:left;
    }
    .sl2 {
    width: 20%;
    text-align:center;
    float:left;
    }
    .sl3 {
    width: 20%;
    text-align:right;
    float:left;
    }

    #sliderLeft  {
      position:relative;
      z-index:2;
      background: url(../images/slider/slider-tab.jpg) no-repeat top center;
      width:9px;
      height:31px;
      top: -12px;
      margin:0px;
      overflow:hidden;
    }
    #sliderRight {
      position:relative;
      z-index:2;
      background: url(../images/slider/slider-tab.jpg) no-repeat top center;
      width:9px;
      height:31px;
      left: 147px;
      top: -43px;
      margin:0px;
      overflow:hidden;
    }
    #sliderBar {
      background: url(../images/slider/slider-bar.jpg);
      position: relative;
      height:10px;
      top: 8px;
      width: 156px;
      margin:0px;
      clear:left;
      overflow:hidden;
      }
    #sliderPos input {
      width: 30px;
      font-size: 1em;
		}
/* --------------------------------------------------------------

