@charset "utf-8";

#main-visual {
    margin: 0 auto;
    width: 1140px;
}

#main-visual .bx-window,
#main-visual .visuals {
    height: 480px !important;
    overflow: hidden;
    background-color: #000;
}

#main-visual .thumbnails {
    overflow: hidden;
    padding: 3px 0 3px 3px;
    background-color: #000;
}

#main-visual .thumbnails li {
    margin-right: 3px;
    height: 44px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#main-visual .thumbnails li.current img{
    position: relative;
    top: -44px;
}