.theme-default a.nivo-prevNav {
  background: url("/stores/wells/Style%20Library/Themes/Framework/Images/prev.png") no-repeat;
  left: 0px;
}
.theme-default a.nivo-nextNav {
  background: url("/stores/wells/Style%20Library/Themes/Framework/Images/next.png") no-repeat;
  right: 0px;
}
.theme-default .nivo-directionNav a {
  display: block;
  width: 40px;
  height: 68px;
  text-indent: -9999px;
  border: 0;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.nivo-directionNav a {
  position: absolute;
  top: 40%;
  z-index: 9;
  cursor: pointer;
}
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(/stores/continente/PublishingImages/slider/loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}