#gallery_container, #gallery_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery_container {
    width: 100%;
    overflow: hidden;
}

#gallery_container li {
    display: inline-block;
    vertical-align: top;
}

#gallery_container li a {
    display: block;
    padding: 7px;
    background: #fff;
    border: 1px solid #eee;
    margin: 7px 7px 0 0;
}

#module-gallerique-gallery #fancybox-title-over h4 a {
    color: #fff;
    text-decoration: underline;
}

.gallerique_title_block {
    padding: 20px;
}

p.label-image {
    font-weight: bold;
}