#idBukkenDetailImg {
    position: relative;
}
    #idBukkenDetailImg #idImgBox {
        position: relative;
    }
        #idBukkenDetailImg #idImg {
            padding: 20px 40px;
        }
            #idBukkenDetailImg #idImg img {
                max-width: 100%;
            }
        #idBukkenDetailImg #idImgLeft,
        #idBukkenDetailImg #idImgRight {
            position: absolute;
            top: 0;
            width: 50%;
            height: 100%;
            cursor: pointer;
        }
            #idBukkenDetailImg #idImgLeft {
                left: 0;
            }
            #idBukkenDetailImg #idImgRight {
                right: 0;
            }
        #idBukkenDetailImg #idImgLeft #idImgPrevBtn,
        #idBukkenDetailImg #idImgRight #idImgNextBtn {
                position: absolute;
                top: 50%;
                margin-top: -100px;
                background-position: 0;
                width: 35px;
                height: 200px;
                background-repeat: no-repeat;
        }
            #idBukkenDetailImg #idImgLeft:hover #idImgPrevBtn,
            #idBukkenDetailImg #idImgRight:hover #idImgNextBtn {
                opacity: 0.5;
            }
            #idBukkenDetailImg #idImgLeft #idImgPrevBtn {
                left: 0;
                background-image: url('/theme/ksapo/ksapo/img/new-detail/slide-left-btn.gif');
            }
            #idBukkenDetailImg #idImgRight #idImgNextBtn {
                right: 0;
                background-image: url('/theme/ksapo/ksapo/img/new-detail/slide-right-btn.gif');
            }
            #idBukkenDetailImg #idImgLeft #idImgPrevBtnMobile {
                left: 0;
            }
            #idBukkenDetailImg #idImgLeft #idImgPrevBtnMobile::after{
                display: block;
                content: '';
                position: absolute;
                top: 50%;
                left: 1em;
                width: 25px;
                height: 25px;
                border-right: 4px solid #42B01D;
                border-bottom: 4px solid #42B01D;
                -webkit-transform: rotate(-45deg);
                transform: rotate(135deg);
            }
            #idBukkenDetailImg #idImgRight #idImgNextBtnMobile {
                right: 0;
            }
            #idBukkenDetailImg #idImgRight #idImgNextBtnMobile::after{
                display: block;
                content: '';
                position: absolute;
                top: 50%;
                right: 1.0em;
                width: 25px;
                height: 25px;
                border-right: 4px solid #42B01D;
                border-bottom: 4px solid #42B01D;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
    #idBukkenDetailImg #idImgThumbnail {
        padding-top: 20px;
    }
        #idBukkenDetailImg #idImgThumbnail .row {
            margin-bottom: 10px;
            height: 120px;
        }
            #idBukkenDetailImg #idImgThumbnail .row img {
                width: 100%;
                cursor: pointer;
                max-height: 120px;
            }
    #idBukkenDetailImg #idImgComment {
        padding-left: 40px;
    }
    #idBukkenDetailImg #idImgCounter {
        padding-right: 40px;
    }
