#banner03{
    margin-bottom: 15px;
    background-color: #ffffff;
}

#banner03Imagem{
    z-index: 849;
}

#banner03Numeros{
    position: absolute;
    z-index: 950;
}

.banner03Numero{
    float: left;
    width: 30px;
    height: 35px;
    border-style: solid;
    border-color: #c1c1ed;
    border-width: 1px;
    background-color: #ccccff;
    line-height: 35px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
}

.banner03Numero:hover{
    background-color: #ffffff;
}

.banner03NumeroAtivo{
    float: left;
    width: 30px;
    height: 35px;
    border-style: solid;
    border-color: #c1c1ed;
    border-width: 1px;
    background-color: #ffffff;
    line-height: 35px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
}
