.gallery-layouts > a {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 0.25em;
}

.gallery-layouts > a:hover:not(.selected) {
    border: 1px solid #efefef;
}

.gallery-layouts > a.selected {
    background-color: #cccccc;
}

.gallery-layouts-label {
    line-height: 30px;
    margin-right: 10px;
}

.carousel .carousel-control img {
	vertical-align: top;
}