/*

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 .nivo-directionNav a.nivo-prevNav {

  font-size: 0;
  transition: all 0.5s;
}
.preview-1 .nivoSlider .nivo-directionNav a.nivo-nextNav {
 
  font-size: 0;
  transition: all 0.5s;
}
.preview-1 .nivo-controlNav {
    position: absolute;
    z-index: 99999;
    bottom: 68px;
    opacity: 1;
}
.preview-1 .nivo-controlNav a {
  border:1px solid #fff;
  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;
  opacity: 1;
  z-index: -999;
  border-radius: 50%;
}
.preview-1:hover .nivo-controlNav a{
  opacity: 1;
  z-index: 999999;
}
.preview-1 .nivo-controlNav a:hover, .preview-1 .nivo-controlNav a.active {
    background: #ffbe00;
    cursor: pointer;
}
/* .preview-1 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  left: 15px;
  transition: all 1s;
}
.preview-1 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav{
  right: 65px;
  transition: all 1s;
} */
.preview-1:hover .nivo-controlNav a{
  opacity: 1;
  z-index: 999999;
}
.preview-1 .nivo-controlNav {
    position: absolute;
    z-index: 99999;
    bottom: 68px;
    left: 0;
    right: 0;
    margin: 0 auto;
}





