*|.theme-default *|.nivoSlider {
  position: relative;
  background-image: url(loading.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:  50% 50%;
  margin-bottom: 50px;
}
*|.theme-default *|.nivoSlider *|img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
*|.theme-default *|.nivoSlider *|a {
  border:  none;
  display: block;
}
*|.theme-default *|.nivo-controlNav {
  padding: 20px 0;
  text-align: center;
}
*|.theme-default *|.nivo-controlNav *|a {
  border:  none;
  margin: 0 2px;
  background: transparent url(bullets.png) no-repeat scroll 0%;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
}
*|.theme-default *|.nivo-controlNav *|a.active {
  background-position: 0 -22px;
}
*|.theme-default *|.nivo-directionNav *|a {
  border:  none;
  background: transparent url(arrows.png) no-repeat scroll 0%;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
*|.theme-default *|a.nivo-nextNav {
  background-position: -30px 0;
  right: 25px;
}
*|.theme-default *|a.nivo-prevNav {
  left: 25px;
}
*|.theme-default *|.nivo-caption {
  font-family: Helvetica,Arial,sans-serif;
}
*|.theme-default *|.nivo-caption *|a {
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
}
*|.theme-default *|.nivo-caption *|a:hover {
  color: #ffffff;
}
*|.theme-default *|.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
*|.theme-default *|.nivo-controlNav.nivo-thumbs-enabled *|a {
  background: transparent none repeat scroll 0%;
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
*|.theme-default *|.nivo-controlNav.nivo-thumbs-enabled *|img {
  display: block;
  width: 120px;
  height: auto;
}
