/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*===================*/
/*=== Main Styles ===*/
/*===================*/
#slider {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#fff;
	text-shadow:0 1px 0 #fff;
	position:relative;
	background:url(loading.gif) no-repeat 50% 50%;
	/*as dimensões da imagem são setadas através do painel administrativo não inserir aqui porfavor se não, não ficará dinamico*/
	top: 0px;
	height: 370px;
	width: 1828px;
}

#slider a,#slider a:visited {
	color:#2d3536;
	text-decoration:none;
	border-bottom:1px dotted #826a4d;
}
#slider a:hover,#slider a:active {
	color:#9e805c;
	text-decoration:none;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	margin:0 auto;
	/*padding-top:74px;
	margin-top:50px;*/
}

#slider p, #slider strong, #slider span{
	color: #fff;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	display:none !important;
	/*bottom: -110px;*/
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	/*height: 104px;*/
}
.thumbs{
	display:block;
	width:50px;
	height:50px;
/*	background:url(images/bullets.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin-bottom:3px;
	margin-right:3px;
	float:left;
	border: 1px #a4a4a4 solid;
}
.numbers{
	width:10px;
	height:10px;
	float:left;
}

#slider .nivo-controlNavText a {
	text-indent:0px;
}

#slider .nivo-controlNav a.active {
	background-position:0 -22px;
}

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

#slider .nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
#slider .nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}

#slider .nivo-caption {
	display: block;
}

#slider .nivo-controlNav {
	display: none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
#slider .clear {
	clear:both;
}