.bx-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 100% !important;
}

.bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 960px;
    left: 0;
    right: 0;
    margin: auto;
}

.bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -39px;
    outline: 0;
    width: 49px;
    height: 49px;
    text-indent: -9999px;
    z-index: 9000;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.bx-prev {
    left: 0 !important;
    background: url(../img/allow01_off.png) no-repeat 0 0;
}

.bx-prev:hover {
    background: url(../img/allow01_on.png) no-repeat 0 0;
}

.bx-next {
    right: 0 !important;
    background: url(../img/allow02_off.png) no-repeat 100% 0;
}

.bx-next:hover {
    background: url(../img/allow02_on.png) no-repeat 100% 0;
}

/* PAGER */

    .bx-wrapper {
        /* z-index: 5000; */
        /* overflow: hidden; */
    }

    .bx-viewport {
        overflow: hidden;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #CDCDCD;
        padding-top: 29px;
        top: 100%;
        height: 17px;
    }

    .bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #CCCCCE;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 4.2px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.bx-wrapper .bx-pager {
    text-align: right;
    font-size: 0;
    font-family: Arial;
    font-weight: bold;
    color: #CDCDCD;
    padding-top: 17px;
    top: 100%;
    height: 17px;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #63BDC6;
    }

.collection {
    /* margin: 36px 0 0 0; */
}

.hair_gallery {
    margin-bottom: 83px;
}

.collection li {
    width: 300px !important;
    float: left;
    /* margin-left: 10px; */
}



/* ---------- visual ---------------------------------------- */
#visual {
    clear: both;
    position: relative;
    height: 479px;
    background-image: url("../img/slide_bg.png");
    background-position: center top;
}

#visual .catchcopy {
    position: relative;
}

.box {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#visual .catchcopy img {
    position: absolute;
    top: 44px;
    left: 142px;
    z-index: 500;
}

.inner-slider-warpper {
    position: absolute;
    width: 100%;
    height: 480px;
    top: 0;
    left: 50%;
    margin-left: -112px;
    overflow: hidden;
}

/* inner-slider */
#inner-slider {
    position: absolute;
    top: 65px;
    left: 0;
    width: 590px;
    height: 340px;
    z-index: 300;
}

#inner-slider .frame {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 745px;
    height: 473px;
    border: solid 6px #fff;
    z-index: 300;
}

#inner-slider .bar {
    position: absolute;
    top: 473px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #d4d4d4;
    z-index: 300;
}

#inner-slider .bx-viewport {
    overflow: visible !important;
}

/* next prev */
#inner-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 320px;
    width: 30px;
    height: 82px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 400;
}

