.fxm-carousel {
  position: relative;

  &-wrap {
    font-size: 18px;
    color: #262626;
    background: none;
    text-align: center;
    zoom: 1;
    width: 100%;

    &-dot {
      display: inline-block;
      zoom: 1;

      >span {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 3px;
        border-radius: 50%;
        background: #ccc;
      }

      &-active {
        >span {
          background: #888;
        }
      }
    }
  }
}
