.moveLeftAds,
.moveAd,
.moveRightAds {
  max-width: 250px;
}

.moveAd {
  position: fixed;
  left: -10000px;
  top: -10000px;
  z-index: 19999;
}

.moveLeftAds {
  position: fixed;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 19998;
}

.moveRightAds {
  position: fixed;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 19998;
}

.moveAd img,
.moveLeftAds img,
.moveRightAds img {
  width: 100%;
}

.fixAds a {
  display: block;
}

.fixAds img {
  width: 100%;
}

.fixAds span,
.moveAd span,
.moveLeftAds span,
.moveRightAds span {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  color: white;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background: gray;
}

#showTopAds img {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#close_float_ad {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 15px;
  width: 15px;
  background: white;
  text-align: center;
  line-height: 15px;
  text-decoration: none;
  font-size: 16px;
}