// jquery ui slider START //
#sliderwrapper {
    width: auto;
    height: 100px;
}
#stnslider { 
    width: auto; 
    height: 10px; 
    border: solid; 
    margin: 10px 0px 30px 0px; 
    border-right-width: 1px; 
    border-left-width: 1px; 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
}
#nukeslider {
    width: auto; 
    height: 10px; 
    border: solid; 
    margin: 10px 0px 30px 0px; 
    border-right-width: 1px; 
    border-left-width: 1px; 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #005851;
    font-weight: normal;
    color: #454545;
}
#stnslider .ui-state-focus, .ui-widget-content .ui-state-focus, ui.slider-handle .ui-corner-all .ui-state-highlight, .ui-corner-all .ui-state-highlight { 
    border: 1px solid #005851; 
    outline-color: #005851;
}
#stnslider .ui-state-active, .ui-widget-content .ui-state-active { background: #ff6e1e; }
#stnslider .ui-state-hover, .ui-widget-content .ui-state-hover { background: #ff6e1e; }

#stnslider label {
    position: absolute;
    width: 20px;
    margin-top: 10px;
    margin-left: -10px;
    text-align: center;
}
#nukeslider label {
    position: absolute;
    width: 20px;
    margin-top: 10px;
    margin-left: -10px;
    text-align: center;
}

// jquery ui slider END //
