
#gallerywrapper {
    
}

.thumbwrapper {
    float: left;
    margin: 5px;
    min-width: 120px;
    min-height: 100px;
}

.photowrapper {
    /* float: left; */
    margin: 5px;
    min-width: 120px;
    min-height: 100px;
}

.photowrapper img {
    width: auto !important;
    width: 99%;
    max-width: 100%;
}

.clearall {
    clear: both;
}

