/*
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(../img/nivo/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: center;
  width:225px;
}
.theme-default .nivo-controlNav a {
    color: #00a9b5;
    height: 7px;
    margin: 3px;
    width: 7px;
    border: 1px solid rgba(255,255,255,0.5);
	  background:#00a9b5;
    float:left;
    border-radius:5px;
}
.theme-default .nivo-controlNav a.active {
  width:11px;
  height:11px;
  margin: 1px;
	background:#fff;
  color:#fff;
  border:1px solid rgba(0,0,0,0.3);
  border-radius: 10px;
}

.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 44%;
    z-index: 9;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:45px;
	height:49px;
  text-indent:-9000px;
	background:url(../images/slidernav.png) no-repeat;
	border:0;
	
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position: -45px 0;
    right: -18px;
}
.theme-default a.nivo-prevNav {
	left:-18px;
}


.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;
}