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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
/*

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

header, section, footer,
aside, nav, article, figure {
	display: block;
}*/

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

*/

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

#slider {
	position:relative;
    width:960px;
    height:347px;
    margin-left:0px;
	background:url(../../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
}

#slider-wrapper-interno {
   /* background:url(../images/slider.png) no-repeat;*/
    width:998px;
    height:347px;
    margin:0 auto;
    padding-top:0px;
    margin-top:0px;
}

#slider-interno {
	position:relative;
    width:960px;
    height:347px;
    margin-left:0px;
	background:url(../../images/loading.gif) no-repeat 50% 50%;
}
#slider-interno img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
}
#slider-interno a {
	border:0;
	display:block;
}

.nivo-controlNav {
	
	position:absolute;
	left:-6px;
	bottom:-20px;
	width:490px;
	padding:0px 0 0 450px;

	position:absolute;
	z-index:99999999;

	
}
.nivo-controlNav a {
	display:inline-block;
	cursor:pointer;

	
	      background: url(../img/bullets.png) no-repeat; 
      color: #309;
      margin-right: 1px;
      padding: 0px; 
	  text-indent:-9999px;
	  width:22px;	  
	  height:20px;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	  background: url(../img/bullets.png) no-repeat; 
	  background-position:0px -21px;
}

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

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

    color:#F00;
    text-decoration:underline;
}

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