/* divs transição */ 

#hid {
display:none; 
position:absolute; 
left:-5000px; 
top:-5000px;}

#tv {
width:468px; 
height:172px; 
/*  background:url(bg.png) no-repeat; */
background-color:#000000;
border-style:solid;
border-color:#000000;
border-width:3px;

position:relative;

padding:0 12px 0 10px; 
overflow:hidden; 
float:left;}

#tv img {
margin-left:-10px; 
margin-bottom:2px; 
display:block;}

#tv a { font-size:16px; 
font-weight:bold;
}

#tv span {font-size:13px; 
color:#434343; 
font-weight:normal;}

#tv #nav {width:auto; 
height:auto; 
overflow:hidden;
position:absolute; 
top:1px; 
left:478px;}

#tv #nav img { 
margin:0 0 5px 0; 
cursor:pointer; 
width:12px; 
height:30px;}

#tv .transp {
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50; 
margin-bottom:5px;}

#tv .opac {
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
margin-bottom:5px;}
