#ad-container {
  position: relative;
  display: block;
  width: 300px;
  height: 250px;
  border: 1px solid #e7e7e7;
  background: #000 url("../images/WRTP_Temp_2018.jpg") no-repeat;
}

#slider {
  position: absolute;
  width: 229px;
  height: 143px;
  top: 40px;
  left: 36px;
  border: 1px solid #000000;
  overflow: hidden;
}

#text {
  color: #000000;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  text-align: center;
  top: 190px;
  position: absolute;
}

.slick-prev {
  position: fixed;
  z-index: 11000;
  left: 5px;
  top: 100px;
  width: 25px;
  height: 30px;
  text-indent: -1000px;
  opacity: 0;
  cursor: pointer;
}

.slick-next {
  position: fixed;
  z-index: 11000;
  left: 270px;
  top: 100px;
  width: 25px;
  height: 30px;
  text-indent: -1000px;
  opacity: 0;
  cursor: pointer;
}

#local-listings {
  width: 220px;
  height: 30px;
  background: yellow;
  position: absolute;
  display: block;
  z-index: 11000;
  top: 214px;
  left: 40px;
  text-indent: -9999px;
  opacity: 0;
}