/* BASIC css start */
#PowerReviewPhoto{
    width: 1142px;
    margin: 0 auto!important;
}

.cmt-atvmanu ul li:nth-child(1){
    background: #fff;
    border-color: #3b3b3b;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
    font-weight: bold;
    margin-left: 0px;
}


/* ÈÄ±â ÅÇ ¿µ¿ª */
.review_tab{
    overflow: hidden;
    margin: 50px 0 40px;
    height: 66px;
} 
.review_tab > a{
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #a5a5a5;
    color: #828282;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.review_tab > a.on_tab{
    background: #a5a5a5;
    color: #fff;
}

.review_tab .on_tab .tri{
    width: 0px;
    height: 0px;
    border-top: 12px solid #a5a5a5;
    border-bottom: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 43px;
    left: 48.5%;
}
/* BASIC css end */

