div.horizontal {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
}
div.horizontal .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.horizontal .table article {
  width: 110px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.horizontal .table article:nth-child(2n+2) {
}
.horizontal-track2 {
  width: 100%;
  height: 17px;
}
.horizontal-handle2 {
  height: 17px;
}
.horizontal-handle2 .left {
  display: none;
}
.horizontal-handle2 .right {
  display: none;
}
