﻿.component-albumgallery {
    margin: 0 0 10px;
}

    .component-albumgallery .listNav {
        margin-top: 30px;
    }

    .component-albumgallery ul {
        margin: 10px 0 0 0;
    }

    .component-albumgallery .list-albumgallery > li:not(.select2-search-field) {
        float: left;
        list-style: none;
        margin: 5px;
        overflow: hidden;
        width: 238px;
        height: 200px;
    }


    .component-albumgallery .icon-search-select2 {
        position: relative;
        margin-right: 10px;
        margin-top: -25px;
        float: right;
        cursor: pointer;
        color: #666;
        font-size: 15px;
    }
