﻿.AddLayer
{
    position: absolute;
    top: 0px;
    left: -920px;
    width: 920px;
}

.AddLayer h1
{
    position: absolute;
    top: 20px;
    left: 340px;
    font-size: 14px;
    color: #f5ae0a;
    z-index: 2;
}

.AddLayer h2
{
    position: absolute;
    top: 21px;
    right: 339px;
    font-size: 14px;
    color: #000;
    z-index: 1;
}

.AddLayer P
{
    position: absolute;
    top: 80px;
    right: 50px;
    z-index: 1;
}
.AddLayer img
{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
}


#PNews
{
    position: absolute; left: 0px; top: 48px; right: 0px; height: 500px;  z-index: 190;
    background: #000;
    width: 915px;
    overflow: hidden;
}

#PNewsWrap
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#PNewsWrap .Menu
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 900;
}

#PNewsWrap .Menu .MenuItem
{
    width: 32px;
    height: 32px;
    margin: 5px;
    display: inline-block;
    background: #fff;
}