@charset "UTF-8";

body {
    margin: 0px;
    padding: 0px;
}

.slide_wrap {
    height: 455px;
}

.slide {
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.bx-viewport {
    height: 415px;
    background: #5b3522;
    padding-bottom: 18px;
    overflow: visible !important;
}

#errorImgData {
    width: 220px;
    height: 60px;
}

div.bx-next {
    position: absolute;
    background: url(/img/arrow_down.jpg) top no-repeat;
    width: 220px;
    height: 24px;
    overflow: hidden;
}

div.bx-next:hover {
    cursor: pointer;
    background-position: bottom;
}

div.bx-prev {
    position: absolute;
    background: url(/img/arrow_up.jpg) top no-repeat;
    width: 220px;
    height: 24px;
    overflow: hidden;
}

div.bx-prev:hover {
    cursor: pointer;
    background-position: bottom;
}

.bx-wrapper {
    width: 220px;
    height: 455px;
    background: #5b3522;
    border-width: 0;
    padding-bottom: 24px;
    margin-top: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.bx-wrapper div.bx-loading {
    width: 220px;
    background: url('/images/top/loading.gif') center center no-repeat #5b3522;
}
