/* CSS Document */
#materiasprincipais { width: 300px; height: 223px; position:relative;}
.imgs { position:absolute; top:0px; left: 0px; display: block; z-index: 1;  height:223px; width: 300px;} 
.titulos_materias { display: none;}
.chamadas_materias { display: none;}
.texto_materias { display: none;}

.imgs:hover,
#titulo_pnoticia:hover,
#chamada_pnoticia:hover { cursor: pointer;}


.rotator_btn_play,
.rotator_btn_next,
.rotator_btn_pause { opacity: .3; filter: Alpha(Opacity=30); position:relative; top: 200px; float:right; z-index: 1000; margin-right: 4px; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center center; background-color: #FFF; border: 1px solid #333;  }

.rotator_btn_play:hover,
.rotator_btn_next:hover,
.rotator_btn_pause:hover { cursor: pointer; background-color: #FFF; border-width: 2px; border-color: #0F0; top: 198px; opacity: .6; filter: Alpha(Opacity=60);}

.rotator_btn_play { background-image: url(../imgs/layout/rotator_ico_play.gif); }
.rotator_btn_next { background-image: url(../imgs/layout/rotator_ico_next.gif); }
.rotator_btn_pause { background-image: url(../imgs/layout/rotator_ico_pause.gif); }
