/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#wrapper {
    display: block;
    width: 1060px;
    height: 97px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
}

.bx-wrapper {
    display: block;
    width: 1060px !important;
    max-width: 1060px !important;
    height: 97px;
    box-sizing: border-box;
    position: absolute;
    margin: 0;
    padding: 0;
    box-shadow: none;
    *zoom: 1;
}

.bx-wrapper img {
    width: 97px;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    display: block;
    width: 1060px !important;
    height: 97px !important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.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: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
}

.bx-caption:hover {
    background-color: #000000;
}

.bx-caption:hover > span {
    opacity: 1 !important;
}

a:hover + .bx-caption {
    background-color: #000000;
}

.bx-wrapper .bx-caption span {
    opacity: 0;
    color: #ffffff;
    font-family: "����������� Pro W3", "Hiragino Kaku Gothic Pro", "�＜�ゃ����", Meiryo, Osaka, "鐚㍼竺 鐚違�眼�激����", "MS PGothic", sans-serif;
    display: block;
    font-size: 10px;
    line-height: 1em;
    padding: 5px;
}

a:hover + .bx-caption span {
    opacity: 1;
}

/**CUSTOM BUTTON**/

#prev_btn {
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background-color: #000000;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    left: -18px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#prev_btn:hover {
    left: 10px;
    opacity: 1;
    text-decoration: none !important;
}

#prev_btn a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3px 0 0 6px;
    margin: 0;
    color: #ffffff !important;
    text-decoration: none !important;
}

#prev_btn a:hover {
    text-decoration: none !important;
}

.bx-prev {
    font-family: "鐚㍼竺 �眼�激����", "MS Gothic", "Osaka鐚�膈�綛�", Osaka-mono, monospace !important;
    font-size: 12px;
}

.bx-prev:hover {
    text-decoration: none !important;
}

#next_btn {
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background-color: #000000;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: -18px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#wrapper:hover > #next_btn {
    right: 10px !important;
    opacity: 1;
}

#next_btn:hover {
    right: 10px !important;
    opacity: 1;
    text-decoration: none !important;
}

#wrapper:hover > #prev_btn {
    left: 10px !important;
    opacity: 1 !important;
}

#next_btn a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3px 0 0 7px;
    margin: 0;
    color: #ffffff !important;
    text-decoration: none !important;
}

#next_btn a:hover {
    text-decoration: none !important;
}

.bx-next {
    font-family: "鐚㍼竺 �眼�激����", "MS Gothic", "Osaka鐚�膈�綛�", Osaka-mono, monospace !important;
    font-size: 12px;
}

.bx-next:hover {
    text-decoration: none !important;
}

#header_slider > div {
    margin-right: 10px !important;
}
