#tv {
	width:790px; 
	height:180px; 
	/*background:url(http://www.baixaki.com.br/img/v8/home/tv-bg.png) no-repeat;*/
	background-color:#000; 
	position:relative; 
	padding:0 0 0 0; 
	overflow:hidden; 
	float:left;
}
#tv img {
	margin-left:0px; 
	margin-bottom:0px;
	margin-top:0px; 
	display:block;
}
#tv a { 
	font-size:20px; font-weight:bold;
}
#tv span {
	font-size:13px; color:#434343; font-weight:normal;
}
#tv #nav {
	width:33px; 
	height:180px; 
	overflow:hidden; 
	position:absolute; 
	top:0px; 
	left:760px;
}
#tv #nav img { 
	margin:0 0 0px 0; 
	cursor:pointer; 
	/*width:46px; 
	height:30px;*/
}
#tv .transp {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20; 
	margin-bottom:5px;
}
#tv .opac { 
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	margin-bottom:5px;
}