.carousel-wrapper {
  position: relative;
  xheight: 640px;
  overflow: visible;
}
.carousel {
  position: relative;
  height: 640px;
  width: 100%;
  overflow: visible;
}
.carousel-image {
  position: absolute;
  max-width: none;
}
.carousel-image-front {
  cursor: pointer;
}
.carousel-image-selector {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.carousel-image-selector ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel-image-selector li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 9px;
  margin: 20px 7px;
  margin-bottom: 40px;
  background-color: #898483;
  cursor: pointer;
}
.carousel-image-selector li.active {
  background-color: #2699FB;
  cursor: inherit;
}

