.ui-slider {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    background: url(http://www.dealerinnovation.com/images/slider/slider_back.png) 0 0 repeat-x;
    border: 0;
    height: 20px;
    position: absolute;
    top: -15px;
}

.ui-slider-handle {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 18px;
    top: -7px;
    left: -10px;
    background: url(http://www.dealerinnovation.com/images/slider/slider_arrow.png) 0 0 no-repeat;
    border: 0;
}

.ui-slider-handle:hover {
    background: url(http://www.dealerinnovation.com/images/slider/slider_arrow.png) 0 0 no-repeat;
    border: 0;
    left: -10px;
}

.ui-slider-handle-active, .ui-slider-handle-active:hover {
    background: url(http://www.dealerinnovation.com/images/slider/slider_arrow.png) 0 0 no-repeat;
    border: 0;
    left: -10px;
}

.ui-slider-range {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    height: .8em;
    background: url(http://www.dealerinnovation.com/images/slider/slider_back2.png) 0 0 repeat-x;
    position: absolute;
    border: 0;
    top: -1px;
    z-index: 1;
}

.sliderComponent {
    border: 0;
    position: relative;
}

/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider  {
    text-decoration: none !important;
}

.ui-slider-tooltip {
    display: none;
}

.ui-slider-handle-active .ui-slider-tooltip {
    display: block;
    position: relative;
    top: -14px;
    text-align: center;
    padding: .2em;
    font-size: 9px;
    margin-left: 0;
    font-weight: 600;
    text-decoration: none !important;
}

.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-slider ol, .ui-slider dl {
    position: relative;
    top: 0em;
    width: 100%;
}

.ui-slider dt {
    top: 0em;
    position: absolute;
    padding-top: .2em;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    height: .7em;
    color: #999;
}

.ui-slider dt span {
    background: #fff;
    padding: 0 .5em;
}

.ui-slider li, .ui-slider dd { /* text underslider */
    position: absolute;
    overflow: visible;
    color: #FFF;
    top: 10px;
    text-align: center;
}

.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
    display: none;
}

.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
    display: block;
}

.ui-slider span.ui-slider-tic {
    position: absolute;
    left: 0;
    height: 18px;
    width: 3px;
    top: -11px;
    background: url(http://www.dealerinnovation.com/images/slider/slider_tic.png) 0 0 no-repeat;
}

.ui-slider li span.ui-component-content, .ui-slider dd span.ui-component-content {
    /*border: 0;*/
}

.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
    display: none;
}
