.slider-wrapper.default > div {
  display: none;
}
.slider-wrapper.default > div #slides {
  font-weight: 400;
  color: white;
  line-height: normal;
}
.slider-wrapper.default > div #slides img {
  border: 0;
}
.slider-wrapper.default > div #slides > a {
  line-height: 0px;
}
.slider-wrapper.default > div #slides h1,
.slider-wrapper.default > div #slides h2,
.slider-wrapper.default > div #slides h3,
.slider-wrapper.default > div #slides h4 {
  padding: 1% 3% 1% 3%;
  color: #000;
  background-color: #ffffff;
  line-height: normal;
}
.slider-wrapper.default > div #slides span,
.slider-wrapper.default > div #slides p {
  line-height: normal;
}
.slider-wrapper.default > div .social {
  position: absolute;
  top: 4%;
  left: 3%;
  z-index: 10000;
}
.slider-wrapper.default > div .social div {
  float: left;
  margin-right: 10px;
}
.slider-wrapper.default > div #bullets {
  height: 10px;
  position: absolute;
  top: 4%;
  right: 3%;
  z-index: 10000;
}
.slider-wrapper.default > div #bullets .bullet {
  min-height: 12px;
  min-width: 12px;
  border-radius: 6px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  background-color: #b4b4b4;
  background-color: rgba(255, 255, 255, 0.6);
}
.slider-wrapper.default > div #bullets .bullet:hover {
  background-color: #fff;
}
.slider-wrapper.default > div #bullets .bullet.selected {
  background-color: #fff;
}
.slider-wrapper.default > div #left {
  position: absolute;
  width: 27px;
  height: 41px;
  background-image: url(img/arrow.png);
  left: 5%;
  top: 50%;
  margin-top: -20px;
  z-index: 999999;
  cursor: pointer;
}
.slider-wrapper.default > div #right {
  position: absolute;
  width: 26px;
  height: 41px;
  background-image: url(img/arrow.png);
  background-position: right top;
  right: 5%;
  top: 50%;
  margin-top: -20px;
  z-index: 999999;
  cursor: pointer;
}
