 #slider{
    width: 758px;
    height: 10px;
    background-color: #013c74;
    margin: 0 auto;
    top: 31px;
    left: 1px;
    z-index: 999999;
    position: relative;
    border: 1px solid #013c74;
  }
  #custom-handle {
    width: 125px;
    height: 39px;
    top: 50%;
    font-weight: 700;
    font-size: 21px;
    margin-top: -19px;
    text-align: center;
    line-height: 1.6em;
    background-color: #1797d4;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: -64px;
    padding-top: 2px;
  }
  .first , .second , .third, .forth, .fifth{
    width:7px;
    height:30px;
    background-color:#013c74;
    display: inline-block;
    border:1px solid;
    position: absolute;
    top: -11px;
  }
  .first{
   left: -74px;
  }
  .second{
   left: 127px;
  }
  .third{
   left: 326px;
  }
  .forth{
   left: 584px;
  }
  .fifth{
   left: 819px;
  }
  #slider-extension{position: relative;
    top: 21px;
    width: 881px;
    left: 0px;
    z-index: 10;
    border: 1px solid #013c74;
    height: 10px;
    margin: 0 auto;
    background-color: #013c74;}