/* 
    Document   : galeria.css
    Created on : 22/Mai/2013, 10:08:37
    Author     : Filipe Murteira
    Description:
        Purpose of the stylesheet follows.
*/

.imagensGaleria{
    
}

.imagensGaleria a{
    width: 175px;
    height: 116px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}
.imagensGaleria a img{
    width: 177px;
    height: 116px;
    max-width: 177px;
}
.imagensGaleria a.last{
    margin-right: 0px;
}