.divgal-root-image { position: relative; width: 186px; float: left; margin: 0px 5px 10px 5px; background-color: #000; }
.divgal-root-image:hover { cursor: pointer; }
.divgal-root-image > div:first-child { height: 120px; text-align: center; }
.divgal-root-image img { max-width: 100%; max-height: 100%; }
.divgal-image-text {
    position: absolute;
    width: 94%;
    bottom: 0px;
    padding: 3%;
    background-color: rgba(44,144,212,0.8);
    color: #fff;
}

#divgal-detail {
    width: 94%;
    padding: 3%;
    float: left;
    background-color: rgb(44,144,212);;
    margin-bottom: 10px;
    display: none;
    color: #fff;
}

.divgal-detail-img { width: 100%; text-align: center; }
.divgal-detail-img > img { max-width: 100%; max-height: 100%; }
.divgal-detail-img > img:hover { cursor: pointer; }

.det-loader { text-align: center; }

.clear { clear: both; }