.ui-slider-horizontal {
    height: 8px;
    background-color: #FFFFFF;
    border: none;
    /*border-color:#50504D */
}

.ui-slider-horizontal .ui-state-default {
    width: 42px;
    height: 41px;
    background: url('../assets/slider_handle.png') no-repeat scroll 50% 50%;
    position: absolute;
    top: -17px;
    margin-left: -20px;
    border-style: none;
}

.slider_text {
    font-family: 'Arial';
    color: #FFFFFF;
    font-size: 10;
    position: absolute
}

.slider_min {
    margin-top: 15px;
    left: 0px;
    color: #96968C
}

.slider_max {
    margin-top: 15px;
    right: 0px;
    color: #96968C
}

.slider_callout00466940 {
    width: 40px;
    margin-left: -20px;
    position: absolute;
    top: 20px;
    text-align: center;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #004669;
    left: 0px;
    font-weight: bold;
    height: 20px;
    padding-top: 2px;
}

.slider_callout007E8D40 {
    width: 40px;
    margin-left: -20px;
    position: absolute;
    top: 20px;
    text-align: center;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #007E8D;
    left: 0px;
    font-weight: bold;
    height: 20px;
    padding-top: 2px;
}
