.preview-1 .nivoSlider {
  position: relative;
  background: url(../img/loading.gif) no-repeat 50% 50%;
}
.preview-1 .nivoSlider a {
  border: 0;
  display: block;
}
.preview-1 .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
.preview-1 .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
.preview-1 .nivo-controlNav a.active {
  background-position: 0 -22px;
}
.preview-1 .nivo-directionNav a {
  background: rgba(0, 0, 0, 0) url("../img/large_left.png") no-repeat scroll 0 0;
  border: 0 none;
  display: block;
  height: 40px;
  opacity: 0;
  text-indent: -9999px;
  transition: all 200ms ease-in-out 0s;
  width: 40px;
}
.preview-1:hover .nivo-directionNav a {
  opacity: 1;
}
.preview-1 a.nivo-nextNav {
  background: rgba(0, 0, 0, 0) url("../img/large_right.png") no-repeat scroll 0 0;
  right: 15px;
}
.preview-1 a.nivo-prevNav {
  left: 15px;
}
.preview-1 .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
.preview-1 .nivo-controlNav {
  bottom: 0;
  left: 49%;
  position: absolute;
  z-index: 99999;
}
.bend.niceties.preview-1 {
  position: relative;
}
.preview-1 .nivo-controlNav a {
  border: 5px solid #f55f50;
  display: inline-block;
  height: 18px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 18px;
  line-height: 8px;
  background: #3c3c3c;
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  opacity: 0;
  z-index: -999;
}
.preview-1:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}
.preview-1 .nivo-controlNav a:hover {
  background: #000;
  cursor: pointer;
}
.preview-1 .nivo-controlNav a.active {
  background: #ffffff;
  border-color: #f55f50;
  cursor: pointer;
}
