.demo .dragdealer {
  background: #e1e1e1;
  height: 40px;
  border-radius: 3px;
}
  .demo .dragdealer .red-bar {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 3px;
  }

/* Just a slider */

#just-a-slider {
  height: 60px;
}
  #just-a-slider .handle {
    height: 60px;
    line-height: 60px;
  }
    #just-a-slider .value {
      padding: 0 0 0 5px;
      font-size: 30px;
      font-weight: bold;
    }

/* Content slider */

.content-scroller .dragdealer {
  float: right;
  width: 40px;
  height: 300px;
}
  .content-scroller .dragdealer .handle {
    width: 40px;
    height: 60px;
    text-align: center;
  }
    .content-scroller .dragdealer .handle i {
      line-height: 60px;
    }
.content-scroller .content-mask {
  height: 298px;
  margin: 0 55px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.content-scroller .content-body {
  /* Incorporate the margins of the paragraphs inside */
  overflow: hidden;
  background: #fff;
}
  .content-scroller .content-body p {
    margin: 15px;
    color: #333;
    font-family: monospace;
    line-height: 24px;
  }

/* Slide to unlock */

.slide-to-unlock {
  position: relative;
  width: 400px;
  height: 80px;
}
  .slide-to-unlock .dragdealer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    background: none;
    height: auto;
  }
    .slide-to-unlock .handle {
      height: 100%;
      border-radius: 0;
    }
    .slide-to-unlock .disabled {
      background: none;
    }
    .slide-to-unlock .slide-text {
      position: absolute;
      top: 0;
      height: 80px;
      font-size: 30px;
      line-height: 80px;
      text-align: center;
    }

/* Old slide to unlock */

.old-slider {
  border-radius: 7px;
  background: #EEEEEE;
  height: 43px;
  -webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
box-shadow: 1px 1px 1px 1px #CCCCCC;
}
  .old-slider .dragdealer {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    cursor: pointer; cursor: hand;

  }
    .old-slider .slide-text {
      right: 0;
      width: 290px;
      height: 43px;
      color: #999;
      line-height: 32px;
      cursor: default;
      font-size: 15px;
    }
    .old-slider .handle {
      width: 100px;
      border-radius: 10px;
      background: #F42847;
      
    }
    .old-slider .handle p{
      width: 100px;
      color: #FFF;
      font-weight: bold;
      line-height: 32px;
      font-size: 15px;
      text-align: center;
    }

/* Slide to unlock new */

.new-slider {
  background: #333344;
}
  .new-slider .dragdealer {
    overflow: hidden;
  }
    .new-slider .handle {
      width: 200%;
    }
      .new-slider .slide-text {
        left: 50%;
        width: 50%;
        color: #9999aa;
      }

