.carousel-button {
  cursor: pointer;
  background-color: #a9d8e1;
  height: 18px;
  width: 65px;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: .8em;
  font-weight: 700;
  padding: 2px 6px;
}

.slider-button-previous {
  float: left;
  width: 43%;
}

.slider-button-pause-play {
  display: inline-block;
}

.slider-button-next {
  float: right;
}

.button-dot-list {
  /*margin: auto; */
  width: 100%;
  text-align:center;
  height: 40px;
}

.slider-sub-wrapper{
  margin: 0 auto;
  padding: 10px;
  width: 500px;
  height: 200px;
}

.carousel-item {
  margin: 10px;
  list-style: none;
}

.carousel-item:not(.active) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin:-1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.carousel-image {
  z-index: -1;
  /*opacity: .5;*/
  float: right;
  width: 200px;
  padding: 10px;
}

.carousel-imageleft {
  z-index: -1;
  /*opacity: .5;*/
  float: left;
  width: 200px;
  padding: 10px;
}

.hidden {
  display: none;
}

.button-dot {
  cursor: pointer;
  width: 10px;
  height: 10px;
  padding: 5px;
  border-radius: 6px;
  border: none;
  background-color: #ccc;
}

.button-dot.current {
  background-color: #006888 !important;
}

.carousel-slide-picker li {
  text-decoration: none;
  display: inline;
  padding: 5px;
}
