.ampliar_imagem {
    cursor: pointer;
}

#listar-ampliadas {
    text-align: center;
    /*display: table-cell;*/
    vertical-align: middle;
    width: 100%;
    height: 360px;    
}

#listar-miniaturas {
    position: absolute;
    margin-left: 20px;
    width: 300px;
    height: 113px;
}

#foto-miniatura-margem {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.clique-foto-pequena {
    border: 2px #FFFFFF solid;
}

.clique-foto-pequena:hover {
    border: 2px #F7A922 solid;
}

.foto-pequena-show {
    cursor: pointer;
    display: show;
    max-width: 100px;
    max-height: 100px;
    opacity:0.6;
    filter:alpha(opacity=60);
    margin: 5px;
}

.foto-voltar, .foto-avancar, .ampliada-mais-avancar, .ampliada-mais-voltar {
    cursor: pointer;
    opacity:0.6;
    filter:alpha(opacity=60);
}

.ativar-borda {
    border: 2px #F9761D solid;
}
.desativar-borda {
    border: 2px #880000 none;
}

.foto-pequena-hide {
    cursor: pointer;
    display: none;
    max-width: 100px;
    max-height: 100px;
}

.foto-ampliada-show {
    display: show;
    max-width: 538px;
    max-height: 357px;
}

.foto-ampliada-hide {
    display: none;
    max-width: 538px;
    max-height: 357px;
}

.foto-voltar {
    cursor: pointer;
}

.foto-avancar {
    cursor: pointer;
}