/* CSS Document */

/* Painel rotativo de chamdas */
#rotCham {height:200px;width:534px;position:relative;font-size:10px; z-index:0; border: 0px; margin: 10px 0px 10px 4px; background-color:#000000}
/*#rotCham .banner {position:absolute;top:0;left:0;z-index:1;display:none;}*/
#rotCham ul,
#rotCham ul li {margin:0;padding:0;list-style:none;height:200px;width:535px;}
#rotCham ul li {display:block;position:absolute;top:0;left:0;z-index:2}
#rotCham ul li.desativado {display:none;z-index:1;}
#rotCham ul li img {border:none;margim:0;}
#rotCham ul li a {text-decoration:none; background-image:url(); margin:0px; padding:0px}
#rotCham ul li a:hover * {background-image:url();}
#rotCham ul li .legenda {background-color:#000;position:absolute;bottom:0;left:0;height:50px;width:535px;opacity:.0; filter: alpha(opacity=0)}
#rotCham ul li p {color:#FFFFFF; display:block; font-weight:bolder; font-size:12px; margin:0; position:absolute; padding: 1px 10px 5px 5px; border:0}
#rotCham ul li .sombra {display:none;}

#rotCham .botoesNavegacao {position:absolute;bottom:.8em;left:1px;z-index:3;}
#rotCham .botoesNavegacao a {margin:0 .2em;float:left;outline:none;text-indent:-999em; z-index:4;}
#rotCham .botoesNavegacao a.anterior {background:url('../img/anterior.gif') no-repeat;width:15px;height:15px;}
#rotCham .botoesNavegacao a.proximo {background:url('../img/proximo.gif') no-repeat;width:15px;height:15px;}
#rotCham .botoesNavegacao a.btstop {background:url('../img/pausa.gif') no-repeat;width:15px;height:15px;}
#rotCham .botoesNavegacao a.btplay {background:url('../img/proximo.gif') no-repeat;width:15px;height:15px;}

/* Painel rotativo de chamdas */
