#h5ab-html-advert {
margin-top: 10px;
padding: 5px 5px 1px;
background-color: #ddd;
}

#h5ab-advert-cont {
position: fixed;
width: 100%;
left: 0;
bottom: 0;
padding: 5px;
background-color: rgba(0,0,0,.5);
text-align: center;
z-index: 99999;
}

#h5ab-advert-close {
position: absolute;
width: 30px;
height: 30px;
top: 10px;
right: 10px;
background: url(../images/close.png) no-repeat center center;
cursor: pointer;
}

#h5ab-advert-cont #h5ab-advert-cont-inner {
display: block;
margin: 5px 0;
}

#h5ab-advert-text {
font-size: 12px;
color: #ddd;
margin-bottom: 5px;
}

#h5ab-advert-cont #h5ab-advert-cont-inner img {
max-width: 100%;
height: auto;
}

.h5ab-banner-active .h5ab-banner-hide {
 display:none;
}
