.item-gallery-top {

    height: 40px;
}

.item-gallery-control {

    position: relative;

    height: 20px;

    background-color: #D6CDA6;

}

.item-gallery-expand-button {
    position: absolute;
    top: 1px;
    right: 10px;

    width: 16px;
    height: 16px;

    padding-top: 5px;

    color: #808040;

    cursor: pointer;
}

.item-gallery-container {

    height: 100%;

    overflow: hidden;

    background-color: #D6CDA6;
}

.item-gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 120px;
}

/*
.item-gallery:hover {
    border: 1px solid #777;
}
*/

.item-gallery img {
    width: 100%;
    height: auto;
}
