.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	padding: 0px;
	}

.tabberlive {
	margin-bottom: 10px;
	}
  
ul.tabbernav {
	margin: 0;
	padding: 0px 0;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

ul.tabbernav li a {
	padding: 2px 0.5em 2px;
	border-bottom: none;
	text-decoration: none;
	}
* html ul.tabbernav li a  { 	padding: 2px 0.5em 20px; }

ul.tabbernav li a:link {
	color: #fff;
	background: #177bb9;
	margin: 0px 5px 0px 0px;
	}
	
ul.tabbernav li a:visited {
	color: #202020;
	}

ul.tabbernav li a:hover {
	background: #000;
	color: #FFFFFF;
	}

ul.tabbernav li.tabberactive a {
	background: #64625d;
	color: #FFFFFF;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a:hover {
	background: #01101D;
	color: #FFFFFF;
	}
  
.tabberlive .tabbertab {
	background: #131313;
	padding: 5px 1px 0px 0px;
	border: 0px solid #fff;
	text-align:justify;
	
	}

.tabberlive .tabbertab h2 {
	display: none;
	}
	
.tabberlive .tabbertab h3 {
	display: none;
	}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
	  /* s3slider
----------------------------------------------- */
#s3slider {
width: 560px; /* largura total do slide*/
height: 300px; /* altura total do slide*/
position: relative; /* important */
overflow: hidden; /* important */
padding-left:0px;
text-align:left;
}

#s3sliderContent {
width: 560px; /* importante que as imagens devem ter a mesma largura ou mais */
position: absolute; /* important */
top: 0; /* important */
padding: 0px 0px 0px 0px;
margin-left: 0; /* important */
}


#s3sliderContent li {
list-style-type: none;
padding:0px 0px 0px 0px;
}
.s3sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
list-style-type:none;

}


.s3sliderImage span {
position: absolute; /* important */
text-align:center;
left: 0; 
font-weight:bold;
font: 17px/20px arial;
padding: 30px 10px 10px 8px;
height:80px;
width: 540px;
background-color: #000; /*cor de fundo do slide*/
filter: alpha(opacity=70); /* here you can set the opacity of box with text */
-moz-opacity: 0.7; /* here you can set the opacity of box with text */
-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
opacity: 0.7; /* here you can set the opacity of box with text */
color: #fff;
display: none; /* important */
bottom: 0;
/*
Nesta última linha em negrito, determina se a caixa de texto aparecerá na parte superior ou inferior das imagens
top: 0; -> a caixa de texto aparecerá na parte superior
si ponemos
bottom: 0; -> a caixa de texto aparecerá na parte inferior
*/
}
.clear {
clear: both;
}
