/* carrossel �rg�os relacionados */
#carousel {
	clear: both; 
	height: 78px;
	width: 541px;
	margin: 5px 0px 0px 10px;
	padding-top: 8px;
}	
#slider-stage {
	width: 510px;
	overflow: hidden;
	height: 78px;
	float: left;
	position: relative;
}

#slider-list {
	width: 2000px;
	height: 78px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list a{
	text-decoration: none;
}
#previous{
	background: url(../images/common/bts_carrossel_orgaos.png) bottom left no-repeat;
	background-position: 0px -0px;
	width: 13px;
	height: 78px;	
	float: left;
	text-indent: -2000px;
	overflow: hidden; 
	}		
#previous a {
	width: 13px;
	height: 78px; 
}	
#previous:hover  {
	background: url(../images/common/bts_carrossel_orgaos.png) bottom left no-repeat;
	background-position: 0px -78px;
	cursor: pointer;
}
#next{
	background: url(../images/common/bts_carrossel_orgaos.png) bottom left no-repeat;	
	background-position: 0px -156px;
	width: 13px;
	height: 78px; 	
	float: left;
	text-indent: -2000px;
	overflow: hidden; 
	}	
#next a {
	width: 13px;
	height: 78px; 	
}	
#next:hover  {
	background: url(../images/common/bts_carrossel_orgaos.png) bottom left no-repeat;
	background-position: 0px -234px;
	cursor: pointer;
}
#img_noticia_secundaria {
	/*width: 300px;*/
	height: 82px;
}
#div_link{
	float: left;
	height: 78px;
	display: block; 
	*margin-top:-5px
}