    div#flashCalls, #flashCalls_swf {
        height: 285px;
    }        
    
    div#master dl.contentHome { height: 180px; }
        div#master dl.contentHome dd { float: left; }
            div#master dl.contentHome dd.bots { width: 400px; }
            div#master dl.contentHome dd.text { width: 558px; height: 120px; }
                div#master dl.contentHome dd.text span { display: none; }

                div#master dl.contentHome dd.bots a { 
                    display: block;
                    float: left;
                    width: 130px;
                    height: 130px;
                    background-repeat: no-repeat; 
                }

                    div#master dl.contentHome dd.bots a:hover { background-position: 0 -130px; }
                    div#master dl.contentHome dd.bots a.processos { background-image: url(../images/bot_home_processos.jpg); }
                    div#master dl.contentHome dd.bots a.oportunidades { background-image: url(../images/bot_home_oportunidades.jpg); }
                    div#master dl.contentHome dd.bots a.contatos { background-image: url(../images/bot_home_contatos.jpg); }
                
