@CHARSET "UTF-8";

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
/*
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}
*/

/*
/*customização dos banners na home
*/
#js-slider-banners {
	position:relative;
    width:930px; /* Change this to your images width */
    height:332px; /* Change this to your images height */
	margin-left:5px;
	margin-top:5px;
    
	background:url(./loading.gif) no-repeat 50% 50%;
}
#js-slider-banners img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:930px; /* Change this to your images width */
    height:332px; /* Change this to your images height */
	
}
#js-slider-banners a {
	border:0;
	display:block;
}


.nivo-controlNav {
	position:absolute;
	left:428px;
	bottom:-38px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(./bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:70px;
	height:70px;
	background:url(./arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-70px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}