/* LISTA DE VIDEOS
 *****************************************************************************/
.videos-list ul {
  *height:1%;
}
.videos-list ul li {
  float:left;
  margin-right:6px;
}
.videos-list ul li a {
  width:165px;
}
.videos-list .dados {
  width:110px;
}

/* PROGRAMAS
 *****************************************************************************/
#programas {
  margin:0;
  padding:0;
}
#programas li {
  list-style:none;
  display:inline;
}
#programas li a {
  width:116px;
  height:79px;
  margin:0 2px;
  overflow:hidden;
  text-indent:-9000pt;
  display:block;
  float:left;
}
#programas li.zuera a { background:url(../img/logo-zuera.jpg) no-repeat; }
#programas li.desvirtuado a { background:url(../img/logo-desvirtuado.jpg) no-repeat; }
#programas li.acil a { background:url(../img/logo-acil.jpg) no-repeat; }
#programas li.sportonline a { background:url(../img/logo-sportonline.jpg) no-repeat; }
#programas li.tropical a { background:url(../img/logo-tropical.jpg) no-repeat; }
#programas li.galera a { background:url(../img/logo-galera.jpg) no-repeat; }

/* NOTICIAS
 *****************************************************************************/
#bd .noticias .content h3 {
  margin:0 0 3px;
}
#bd .noticias .content h3 a {
  color:#bbb;
}
#bd .noticias p {
  margin:0;
  color:#bbb;
}
#bd .noticias small {
  margin:0;
  color:#666;
}
#bd .noticias .item {
  margin:12px 0;
}

/* AGENDA
 *****************************************************************************/
#bd .agenda .content h3 {
  margin:0 0 3px;
}
#bd .agenda p, #bd .agenda li {
  margin:0;
  color:#bbb;
}
#bd .agenda ul {
  margin-top:0;
  margin-bottom:0;
}
#bd .agenda .item {
  margin:12px 0;
}

/* PAINEL ROTATIVO
 ******************************************************************************/
#painel {
  width:360px;
  height:306px;
  background:url(../img/player-home.jpg) no-repeat;
  top:0;
  float:left;
  overflow:hidden;
  position:relative;
  margin-bottom:10px;
}
#painel_conteudo {
  display:none;
}
#painel #imgslide {
  width:350px;
  height:256px;
  margin:5px 5px 0px;
}
#painel #proximo, #painel #anterior, #painel #pause {
  cursor:pointer;
  cursor:hand;
  display:block;
  overflow:hidden;
  text-indent:-9000pt;
  float:left;
}
#painel #prox-ant {
  margin:5px 1px 0;
  height:30px;
}
#painel #anterior {
  width:18px;
  margin-top:5px;
  margin-left:6px;
}
#painel #proximo {
  width:19px;
  margin-top:5px;
  margin-left:2px;
}
#painel #pause {
  width:30px;
  margin-left:7px;
  _margin-top:3px;
  _margin-left:3px;
}
#painel #to-blend {
  opacity:0.99;
  zoom:1;
}

