
/*** Chamada Tv ***/
.ch_principal_tv {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	color: #616161;
}
.ch_principal_tv ul.chamadas li { display: none; min-height: 314px; }
.ch_principal_tv ul.chamadas li.ativo { display: block; }
.ch_principal_tv ul.chamadas h3 {
	overflow: hidden;
	height: 56px;
	padding-top: 19px;
	margin-bottom: 10px;
}
.ch_principal_tv ul.estrelas { position: absolute; }
.ch_principal_tv ul.controle {
	position: relative;
	float: right;
	height: 19px;
	margin-top: -89px;
}
.ch_principal_tv ul.controle li {
	cursor: pointer;
	float: left;
	margin-left: 4px;
	margin-bottom: 10px;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #999;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	margin-right: 1px;
	border:1px solid  #CCC;
}



