/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* -------------------------------------
preview-1 
---------------------------------------- */
.preview-1 .nivoSlider {
	position:relative;
	background: url(../../img/loading.gif) no-repeat 50% 50%;
}
.preview-1 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* -------------------------------------
preview-2
---------------------------------------- */
.preview-1 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav:before  {
  opacity:1;
}
.preview-1 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav:before{
  opacity:1;
}
.preview-1 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 50px;
  font-size: 0;
}
.preview-1 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
  right: 80px;
}
.preview-1 .nivo-directionNav a.nivo-prevNav::before {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  color: #717171;
  content: "\f104";
  cursor: pointer;
  font: 300 12px/45px FontAwesome;
  height: 45px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 45%;
  transition: all 300ms ease-in 0s;
  width: 45px;
  z-index: 9;
  opacity:0;
}

.preview-1 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(255, 255, 255, 0.8);
  color: #717171;
  content: "\f105";
  cursor: pointer;
  font: 300 12px/45px FontAwesome;
  height: 45px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 45%;
  transition: all 300ms ease-in 0s;
  width: 45px;
  z-index: 9;
  opacity:0;
  border-radius: 100%;
}
.bend.niceties.preview-1 {
  position: relative;
}
.preview-1 .nivo-controlNav {
  bottom: 68px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.preview-1 .nivo-controlNav a {
  background: transparent ;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  line-height: 8px;
  margin: 0 5px;
  opacity: 0;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  z-index: -999;
}
.preview-1 .nivo-controlNav a.active,.preview-1 .nivo-controlNav a:hover{background:#fff;}
.preview-1:hover .nivo-controlNav a{opacity:1;}