/*
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
*/

.theme-default .nivoSlider {
  position:relative;
  background:#fff url(../images/nivoslider/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.theme-default .nivoSlider a {
  border:0;
  display:block;
}

.theme-default .nivo-controlNav {
  text-align: left;
  padding: 10px 0;
}
.theme-default .nivo-controlNav a {
  display:inline-block;
  width:11px;
  height:11px;
  background:url(../images/nivoslider/bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position:0 -11px;
}

.theme-default .nivo-directionNav a {
  display:block;
  width:31px;
  height:50px;
  background: url(../images/nivoslider/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
  background-position:bottom left;
  right: 20px;
}
.theme-default a.nivo-prevNav {
  left: 20px;
}

.theme-default .nivo-caption {
  position:absolute;
  left: -20px;
  top: 70%;
  background: transparent;
  color:#ffffff;
  width: 100%;
  z-index:8;
  padding: 0 20px;
  display: none;
  opacity: 1;
	filter:alpha(opacity=10);
  -moz-opacity: 1;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  text-transform: uppercase;
  font-size: 1.5em;
}
.theme-default .nivo-caption p {
  float: left;
  clear: left;
  margin-right: 10px;
  padding: 0 20px;
  line-height: 32px;
  margin-top: 2px;
  background-color: rgba(23,146,194,0.7);
}
.theme-default .nivo-caption a {
  color:#fff;
  border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}