.ui-widget-content{
    background:#083361 none repeat scroll 0 0; 
    color: #222222;
}
.ui-slider-horizontal {
    height: 12px;
}
.ui-slider-tick {
  position: absolute;
  background-color:#083361; 
  width: 2px;
  height: 8px;
  top: 12px;
}
/*.ui-slider-tick:nth-child(5) .slPointDis{
    text-align:left;
    left:-19px;
}*/
/*.ui-slider-tick:nth-child(4) .slPointDis{
    text-align:left;
    width:120px;
}*/
.ui-slider-tick:first-child{
    top:0;
    padding-top:21px;
}
.ui-slider-tick:first-child  .slPointDis{
    top: 3px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {   
    font-weight: normal;
    outline: medium none;
}
.slPointDis{
   color: #8a8a8a;
    font-family: "brandon_textbold";
    font-size: 11px;
    left: -26px;
    min-width: 56px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 12px;
    z-index: 50;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;   
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 36px;
    z-index: 2;
}
.ui-slider {
  position: relative;
}

.ui-slider-out-of-bounds {
  position: absolute;
  background-color: #EEE;
  height: 100%;
}

.ui-slider-tip {
    position: absolute;
    top: -7px;
    left: -9px;
    width: 48px;
    text-align: center;    
    background: #e12b26 none repeat scroll 0 0;
    font-size: 15px;
    height: 25px;
    padding: 3px;
    color:#fff;
    line-height: 19px
}
