#galeria .bx-wrapper img {
    width: 100%;
}

#galeria {
    width: 100%;
    float: left;
    background: #e5e5e3;
    padding: 10px;
    margin: 20px 0;
}

#galeria ul li span {
    background: #3e608a;
    color: #ffffff;
    padding:2px 10px;
    position: absolute;
    right: 0;
    float: left;
    margin: 5px 5px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

#galeria .imagebox {
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    transition: background-color 0.6s ease;
    height: 60px;
}

#galeria .bx-wrapper .bx-controls-direction a {
    width: 25px;
    display: none;
}

#galeria .bx-wrapper .bx-prev {
    background: url(../../img/padrao/seta-esq.png) no-repeat;
}

#galeria .bx-wrapper .bx-next {
    background: url(../../img/padrao/seta-dir.png) no-repeat;
}

#miniaturas {
    width: 100%;
    padding-top: 10px;
    float: left;
}

#miniaturas a.active .imagebox {
    outline: 2px solid #3e608a;
}

#legendagaleria {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #3e608a;
    font-size: 14px;
}