@charset "utf-8";
/* CSS Document */

#game {
    background: #000000 url('../../img/game/main-bg.jpg') no-repeat;
    min-height: 709px;
    background-position: center 100px;
    text-align: center;
    min-width: 960px;
    margin: 0 auto;
}

#skills_container {
    width: 964px;
    margin: 50px auto;
    position: relative;
    font-size: 0;
}

#scroll_top {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}

#scroll_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.menu_scroll {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: -80px;
}

#scroll-mask {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
}

.port_active {
    z-index: 3 !important;
    cursor: default;
}

#content_container {
    position: relative;
    margin-top: 25px;
    /*min-height: 800px;*/
    background: url('../../img/game/scrool-bg-rep.jpg') center 368px repeat-y;
    overflow: hidden;
}

#content_container_inner {
    position: relative;
    margin-top: 80px;
    z-index: 4;
    padding-bottom: 60px;
}

#content_container_inner > div {
    display: none;
}

#content_container_inner > div > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
}

#content_container_inner .flash_video {
    position: absolute;
    bottom: 10px;
    right: 60px;
}

/*content 02*/

#content_scroll02 > div {
    width: 940px;
    height: 788px;
    background: url('../../img/game/content02-par2.jpg') center top no-repeat;
    margin-bottom: -31px !important;
}

#game_carousel {
    position: absolute;
    top: 240px;
    left: 50%;
    height: 188px;
    width: 692px;
    margin-left: -350px;
    z-index: 3;
}

#arrow {
    position: absolute;
    top: 300px;
    right: 80px;
    z-index: 2;
}

#zoneArrow {
    display: block;
    width: 100px;
    height: 76px;
    position: absolute;
    top: 300px;
    right: 82px;
    background: url('../../img/common/empty-pixel.gif') top left no-repeat;
    z-index: 4;
}

#game_carousel .slide {
    width: 330px;
    height: 184px;
    bottom: 2px;
}

#game_carousel .slide:first-child {
    right: 170px;
}

#content_scroll03 {
    position: relative;
}

#content_scroll03 > div {
    position: absolute !important;
    z-index: 2;
    width: 615px;
    height: 150px;
    left: 50%;
    margin-left: -307px;
}

#content03_ph01 {
    top: 806px;
}

#content03_ph02 {
    top: 1204px;
}

#content03_ph01 > div, #content03_ph02 > div {
    position: relative !important; /*to cancel all the styles apply before*/
    bottom: auto !important;
    right: auto !important;
}


























