.node-type-gallerie .gallery {
    text-align: center;
}
.node-type-gallerie .field-collection-container {
    border: none;
    margin-left: 8px;
}
.node-type-gallerie .field-collection-view {
    float: left;
    clear: none;
    border: none;
    margin: 6px;
}
.gallery-thumb {
    border: 1px solid #222;
}
.gallery-thumb a {
    display: block;
    width: 104px;
    height: 104px;
}
.gallery-thumb a div {
    width: 100px;
    height: 100px;
    padding: 2px;
}
.gallery-thumb a div:hover {
    background-color: #0070B8 !important;
}