#banner03{
    position: relative;
    background-color: transparent;
    overflow: hidden;
    z-index: 10000;
}

#banner03Imagem{
    z-index: 949;
}

#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;
}
