/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivoSlider {
  position:relative;
  background:#fff url('loading.gif') no-repeat 50% 50%;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.nivoSlider a {
  border:0;
  display:block;
}

.nivo-controlNav {
  position:relative;
  margin-bottom:52px;
  margin-top:-48px;
  z-index:101;
  text-align:right !important;
  padding:15px !important;
}
.nivo-controlNav a {
  display:inline-block;
  width:18px;
  height:18px;
  background:url('slider-bullets.png') no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:5px;
  text-align:left;
}
.nivo-controlNav a.active {
  background-position:0 -20px;
}

.nivo-directionNav a {
  display:block;
  width:67px;
  height:67px;
  background:url('slider-arrows.png') no-repeat;
  text-indent:-9999px;
  border:0;
  top:50% !important;
  margin-top:-33.5px;
}
a.nivo-nextNav {
  background-position:-67px 0;
  right:15px;
}
a.nivo-prevNav {
  left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
  display:none !important;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}