.scrollable {
  position: relative;
  overflow: hidden;
  width: 550px;
  height: 43px;
}

.scrollable .items {
  POSITION: absolute;
  WIDTH: 20000em;
  CLEAR: both;
}

.scrollable img {
  BORDER-BOTTOM: #ccc 1px solid;
  BORDER-LEFT: #ccc 1px solid;
  PADDING-BOTTOM: 2px;
  BACKGROUND-COLOR: #fff;
  MARGIN: 20px 5px 20px 21px;
  PADDING-LEFT: 2px;
  WIDTH: 100px;
  PADDING-RIGHT: 2px;
  FLOAT: left;
  HEIGHT: 75px;
  BORDER-TOP: #ccc 1px solid;
  BORDER-RIGHT: #ccc 1px solid;
  PADDING-TOP: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable span:hover,
.scrollable .active {
  background: #0076b1;
  color: white;
  -webkit-box-shadow: 0 0 0 2px #0076b1;
          box-shadow: 0 0 0 2px #0076b1;
}

.scrollable span {
  float: left;
  margin: 8px 4px 0 4px;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 2px #dadada;
          box-shadow: 0 0 0 2px #dadada;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items div {
  WIDTH: 650px;
  FLOAT: left;
}
