.content-scroller {
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 90%;
  height: 140px;
  margin: 15px auto;
}

.content-scroller .dragdealer {
  float: right;
  width: 10px;
  height: 142px;
  border-radius: 3px;
}

.content-scroller .dragdealer .handle {
  width: 10px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
}

.content-scroller .dragdealer .handle i {
  line-height: 30px;
}

.content-scroller .content-mask {
  height: 140px;
  margin: 0 20px 0 0;
  border: 0px 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-mask2 {
  height: 140px;
  margin: 0 20px 0 0;
  border: 0px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}

.content-scroller .content-body2 {
  /* Incorporate the margins of the paragraphs inside */
  overflow: hidden;
  background: #fff;
}
/* =============================== */
.content-scroller .content-mask3 {
  height: 140px;
  margin: 0 20px 0 0;
  border: 0px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}

.content-scroller .content-body3 {
  /* Incorporate the margins of the paragraphs inside */
  overflow: hidden;
  background: #fff;
}
