/*
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
*/

.theme-default .nivoSlider {
  position:relative;
  background:#fff url(loading.gif) no-repeat 50% 50%;
  width: 725px;
  float:left;
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.theme-default .nivoSlider a {
  border:0;
  display:block;
}

.theme-default .nivo-controlNav {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  background-color: #000;
  opacity: .8;
  -webkit-border-radius: 0 0 0 8px; 
  -moz-border-radius: 0 0 0 8px; 
  border-radius: 0 0 0 8px;
  z-index: 10;
}
.theme-default .nivo-controlNav a {
  z-index: 9;
  cursor: pointer;
  display: block;
  float: left;
  padding: 5px 12px 0 12px;
  line-height: 1;
}
.theme-default .nivo-controlNav a.active {
  color: #FFF;
}

.theme-default .nivo-controlNav a:hover {
  color: #0065BA;
}

.theme-default .nivo-directionNav a {
  background: url(images/arrows.png) no-repeat scroll 0 0 transparent; 
  border: 0 none; 
  display: block; 
  height: 60px; 
  text-indent: -9999px; 
  width: 30px; 
}

.theme-default a.nivo-nextNav {
  background-position:-30px 0;
  right:15px;
}
.theme-default a.nivo-prevNav {
  left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}