#game-full-mode{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10000;
}
#game-full-mode.active{
    height: 100%;
    width: 100%;
}
.game-wrapper{
    margin: 0;
    border: 3px solid #D89E12;
    min-width: 800px;
    min-height: 590px;
    width: 800px;
    height: 590px;
    opacity: 0.999;
    position: relative;
    overflow: hidden;
    background-color: #E9E46E;
}

#game-hover *{
    filter: none !important;
}

.unselectable ,
.unselectable *{
    -moz-user-select     : none;
    -khtml-user-select   : none;
    -webkit-user-select  : none;
    -o-user-select       : none;
    user-select          : none;
}
.game-background{
    width: 2282px;
    height: 900px;
    background-color: #E9E46E;
    display: none;
}
.game-top,
.game-page{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
}
.game-page .glow{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.game-top{
    left: 39px;
    top: 46px;
    z-index: 100;
}
#loader-base{
    position: relative;
    width: 800px;
    height: 500px;
}
#loader-top{
    position: absolute;
}
.game-loader{
    position: static;
}
.game-loader .load-game{
    display: block;
    width: 211px;
    height: 68px;
    position: absolute;
    top: 385px;
    left : 372px;
    z-index: 100;
    background: url("../img/transparent.png") repeat transparent;
}
.game-bg,
.game-glow,
.game-cover{
    position: relative;
    width: 2282px;
    height: 900px;
}
.game-bg img,
.game-cover img,
.game-glow img{
    position: absolute;
}

.game-wrapper{
    cursor:
        url(../img/empty/empty.cur),
        url(img/empty/empty.cur), default;
}

.chrome .game-wrapper{
    cursor:none !important;
}

.fixed-nav{
    position:absolute;
    left:0;
    bottom:98px;
}
.game-nav{
    position:fixed;
    width: 800px;
    height:98px;
    background: url("../img/navbar/nav-bg.png") repeat-x 0 0 transparent;
    margin-left:0;
    margin-top:0;
}
.scale-nav{
    position:fixed;
    width: 60px;
    height: 30px;
    margin-left: 10px;
    margin-top: -40px;
    background-color: #F2B115;
    overflow: hidden;
}
.scale-nav.control{
    background: url("../img/transparent.png") repeat transparent;
    margin-left: -29px;
    margin-top: -86px;
}
.game-nav .seeker,
.game-nav .help-info{
    height: 95px;
    margin-top: 3px;
}
.game-hover-nav{
    background: none;
}
.game-nav .help-info{
    overflow-y: scroll;
    height: 85px;
    padding: 4px 10px;
    font-family: Comic Sans,Comic Sans MS,cursive;
    font-size: 12px;
    line-height: 14px;
}

.game-nav .seeker{
    background: url("../img/navbar/nav-map.png") no-repeat left bottom transparent;
    float: left;
    width: 291px;
    position: relative;
    overflow: hidden;
}
.game-nav .seeker .frame{
    position: absolute;
    width: 80px;
    height: 60px;
    top : 0;
    left: 0;
    margin-left: 20px;
}
.game-hover{
    position: absolute;
}
#game-baloon img{
    position: absolute;
    margin-left: -68px;
    margin-top: -190px;
    width: 135px;
    height: 95px;
}