.slider-frame {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 106px;
  height: 26px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #999999;
  cursor: pointer;
  white-space: nowrap;
}

.slider-button {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.slider-button:after {
  content: '';
  padding: 0;
  position: absolute;
  display: block;
  top: 3px;
  width: 18px;
  height: 18px;
  line-height: 27px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 1px solid #999999;
  color: #000;
  font-family:sans-serif;
  font-size:11px;
  font-weight:bold;
  text-align: center;
  background: #EDF2F7;
}

.switcher-left-button {
  background-color: #B3DCED;
}

.switcher-right-button {
  background-color: #F7C1C1;
  text-align: right;
}

.switcher-left-button:after {
  content: '';
  right: 3px;
}

.switcher-right-button:after {
  content: '';
  left: 3px;
}

.slider-button .switcher-label {
  text-align: left;
  color: white;
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.9;
}

.switcher-left-button .switcher-label {
  margin-left: 4px;
}

.switcher-right-button .switcher-label {
  margin-right: 4px;
}
