#iWin_iWinDiv #iWin_iWinContent .PrdImgB {
    max-width: none;
}

.divPrdInfo .rtLeft .ImgS {
    width: 72px;
    order: 1;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS {
    padding: 0;
    overflow: hidden;
    max-height: 400px;
    white-space: nowrap;
}

.divPrdInfo .rtLeft .PrdImgMobile {
    display: none;
}

.divPrdInfo .rtLeft .ImgS .control-arrow {
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 1.8 !important;
    top: 0;
    cursor: pointer;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.divPrdInfo .rtLeft .ImgS .control-prev {
    top: 0;
    bottom: auto;
}

.divPrdInfo .rtLeft .ImgS .control-prev:before {
    content: '︿';
}

.OnlyPrd .divPrdInfo .rtLeft .ImgS .control-prev:before {
    content: '<';
    font-family: monospace;
}

.divPrdInfo .rtLeft .ImgS .control-next {
    top: auto;
    bottom: 0;
}

.divPrdInfo .rtLeft .ImgS .control-next:before {
    content: '﹀';
}

.OnlyPrd .divPrdInfo .rtLeft .ImgS .control-next:before {
    content: '>';
    font-family: monospace;
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS {
    margin: 0 0 10px;
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS.selected img{
    border: 2px solid #C74060;
}

.divPrdInfo .owl-carousel .owl-item {
    opacity: 0;
}

.divPrdInfo .owl-carousel .owl-item.active {
    opacity: 1;
}

.divPrdInfo .owl-nav .owl-next {
    float: right;
}

@media (max-width: 480px) {
    .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .divPrdInfo .rtLeft .PrdImgB {
        display: none;
    }

    .divPrdInfo .rtLeft .PrdImgMobile {
        display: block;
    }

    .OnlyPrd .divPrdInfo .rtLeft .PrdImgB {
        display: block;
    }

    .OnlyPrd .divPrdInfo .rtLeft .PrdImgMobile {
        display: none;
    }

    .divPrdInfo .rtLeft .ImgS .ulPrdImgS .liPrdImgS {
        display: inline-block;
        width: 70px;
        margin: 0 5px;
    }
    
    .divPrdInfo .rtLeft .ImgS .control-prev:before {
        content: '<';
    	  font-family: monospace;
    }

    .divPrdInfo .rtLeft .ImgS .control-next:before {
        content: '>';
    	  font-family: monospace;
    }

    .divPrdInfo .rtLeft .ImgS .control-prev {
        height: 100%;
        float: left;
        width: 20px;
        top: unset;
        bottom: unset;
    }

    .divPrdInfo .rtLeft .ImgS .control-next {
        height: 100%;
        float: right;
        width: 20px;
        top: unset;
        bottom: unset;
        right: 0;
    }
}