/* LG Help Bar */
.lg-helpbar {
    position: absolute;
    width: 1280px;
    height: 60px;
    top: 660px;
    left: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 4999;
    display: none;
    background: transparent url("../img/lg/bg_lge_keyhelp.png") 0 0 no-repeat;
}

.lg-helpbar-item {
    float: right;
    color: #b6b6b6;
    font-size: 24px;
    width: 255px;
    height: 43px;
    margin: 2px 0 0 1px;
    padding: 5px 0 0 0;
    text-align: center;
}

.lg-helpbar-item.focus {
    background: transparent url("../img/lg/bg_lge_keyhelp_focus.png") 0 0 no-repeat;
    text-decoration: none;
}

.lg-helpbar-item img {
    margin: 10px 0 -6px 0;
    padding: 0;
}
#lg-ratio, #lg-menu {
    display:none;
}
body.fullscreen #lg-ratio, body.fullscreen #lg-menu {
    display: block;
}
body.netcast #lg-helpbar {
    display: block;
}