p.title {
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #424242;
    padding: 0 5px;
    line-height: 30px;
    margin-bottom: 5px;
}

.UIImageDetail ul.list li.item img {
    width: 200px;
    height: 200px;
    border: 1px solid lightgray;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.UIImageDetail ul.list li.item {
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
}
.UIImageDetail ul.list li.item:first-child{
    z-index: 1;
}
.UIImageDetail ul.list {
    display: flex;
    flex-wrap: nowrap !important;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    background: whitesmoke;
    height: 200px;
    overflow: auto;
    /* flex-direction: column; */
    width: 200px !important;
    justify-content: flex-start;
    position: relative;
    align-content: flex-start;
}
