
#promo-notifications{
    background:#fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding:20px;
    margin:0;
    height:25px;

}

#promo-notifications ul{
    width: 100%;
    height:45px;
    bottom:10px;
    font-family: "Arial", "sans-serif";
    position: relative;
    overflow: hidden;
}

#promo-notifications li{
    width:100%;
    height: 100%;
    /*position: absolute;
    top:0;
    left: 100%;*/
    text-align: left;
    list-style: none;
    color:black;
}