.fotosTrava{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.7;
    filter:alpha(opacity = 70);
}
.fotosBtVoltar{
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: 10px;
}
.fotosBtAvancar{
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: 10px;
}
.fotosBtFechar{
    width: 20px;
    height: 15px;
    cursor: pointer;
    padding-right: 5px;
    margin-top: 10px;
}
.fotoBtFotoTelaCheia a{
    color: #000000;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: left;
    line-height: 35px;
    margin-left: 5px;
}
.fotoMaiorDivisao{
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.bordaFotos{
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    padding: 5px;
    margin-right: 10px;
}
.fotoMaiorLegenda{
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 25px;
}

.galeriaBtProximo{
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../imagens/bt_galeriaProximo.png);
    border: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
    visibility: hidden;
}
.galeriaBtAnterior{
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../imagens/bt_galeriaAnterior.png);
    border: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
    visibility: hidden;
}
.galeriaMiniaturas img{
    cursor: pointer;
    border-style: solid;
    border-color: #cccccc;
    border-width: 3px;
    opacity: 0.6;
    filter:alpha(opacity = 60);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.galeriaMiniaturas img:hover{
    border-style: solid;
    border-color: #cccccc;
    border-width: 3px;
    opacity: 1.0;
    filter:alpha(opacity = 100);
}
.galeriaMiniaturas .imgSelecionada{
    opacity: 1.0;
    filter:alpha(opacity = 100);
}

.galeria04Miniaturas img{
    margin: 8px 8px 8px 8px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.galeria04Miniaturas img:hover{
    margin: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 8px;
}
.galeria04Miniaturas .imgSelecionada{
    margin: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 8px;
}

.divisaoFotoDetalhes{
    position: absolute;
    overflow: hidden;
    z-index: 3000;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #999999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}