/*
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%;
	/* BORDE SOMBRA
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	*/
	float: left;
	width: 100%;
	height: 100%;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 .nivoSlider a {
	border:0;
	display:block;
}

 .nivo-controlNav {
	position: absolute;
	left: 0;
	bottom: -60px;
	margin-left: 0px; /* Tweak this to center bullets */
	width: 100%;
}
 .nivo-controlNav a {
	display:block;
	width: auto;
	height:22px;
	text-indent: 0;
	border:0;
	margin: 0 10px;
	float: none;
	display: inline-block;
}
 .nivo-controlNav a.active {
	background-position:0 -22px;
}

 .nivo-directionNav a {
	display:block;
	width:30px;
	height: 100%;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivo-directionNav{
    width: 100%;
    height:100%;
    position: absolute;
}
 a.nivo-nextNav {
	background-position: -30px center;
	right: -60px;
	top: 0%;
}
 a.nivo-prevNav {
	left: -60px;
	top: 0%;
	background-position: center left;
}

.nivo-caption p {
padding: 0px;
margin: 0;
}
 .nivo-caption {
	font: 18px/40px "Alegreya Sans", sans-serif;
	bottom:3%;
	left:3%;
	width:94%;
	text-align:center;
	border-radius:10px;
	color: #CCC;
	height:40px;
	overflow:hidden;
}
 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
 .nivo-caption a:hover {
    color:#fff;
}