/*
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: url(loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	background: rgba(0, 0, 0, 0) url("/images/sliderfon.png") no-repeat scroll 50% 0;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
    background: none;
    border-radius: 6px 6px 0 0;
    bottom: 0;
	opacity: 0.9;
    right: 50px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    z-index: 199;
	background: #4f4f4f;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:33px;
	height:22px;
	background:rgba(0, 0, 0, 0) url("bullet.png") no-repeat scroll 50% 50%;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background:rgba(0, 0, 0, 0) url("bulleta.png") no-repeat scroll 50% 50%;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:38px;
	height:170px;
	background:url(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: url("bnar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 170px;
    right: 0;
    top: 45%;
}
.theme-default a.nivo-nextNav:hover {
  background: url("bnaar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
.theme-default a.nivo-prevNav:hover {
  background: url("bnaal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
.theme-default a.nivo-prevNav {
  background: url("bnal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 170px;
    left: 0;
    top: 45%;
	}
.nivo-directionNav {overflow: display;}
.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;
}

.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;
}
.slider-wrapper {position: relative;}