.three60 {
    position: relative;
    background-image: url('/lg3-common/images/global/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 50px 0 0 50px;
}

.three60 img,.three60 .cover {
    position: absolute;
    left: 0;
    margin: 0!important;
    top: 0;
    display: none;
    z-index: 0;
}

.three60 .cover {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    background: url('/lg3-common/images/global/b.gif');
}

.three60 .content {
    font-family: "LGFontMedium";
    position: absolute;
    bottom: -76px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.three60 .content div {
    width: 190px;
    margin: 0 auto;
}

.three60 .content div span {
    padding-top: 2px;
}

.three60-arrow {
    display: block;
    float: left;
    width: 21px;
    height: 22px;
    overflow: hidden;
    background: url("/lg3-common/images/global/lg-global-sprite.png") no-repeat 0 -215px;
    text-indent: -9999px;
}

.three60-arrow-left {
    margin-right: 10px;
}

.three60-arrow-right {
    margin-left: 6px;
    background-position: -23px -215px;
}