*{
	margin:0;
	padding:0;
}
.slider-wrapper { 
	width: 940px; 
	height: 350px;/*correção IE7*/
}

.nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/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;
}
.slider-wrapper:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	width:40%;
	font-size:16px;
	opacity:1;
	background:#ffd200;
	color:#222;
	line-height: 25px;
	font-weight: bold;
	position:absolute;
	bottom:30px;
	padding:10px 20px;
	left: -10px
}

.nivo-caption span{
	color:#fff;
	text-transform: uppercase;
	
}

.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

