#portmoneAds {
    width:100%;
    height:300px;
    position:relative;
}
#portmoneAds .ads{
   position:relative;
   height:100%; 
}
#portmoneAds .bullets {
    position:absolute;
    bottom:-30px;
    //bottom:-30px;
    left:0;
}
#portmoneAds .bullets ul {
    margin:0;
    padding:0;
}
#portmoneAds .bullets ul li {
    float:left;
    margin:0 5px 0;
    padding:0;
}
#portmoneAds .bullets ul li span {
    display:block;
    width:16px;
    height:16px;
    background:url("/v2/i/bullet.png") 0 0 no-repeat;
}
#portmoneAds .bullets ul li.active span {
    background-position:0 -16px;
}
#portmoneAds .bullets ul li:before {
    content:'';
}
#portmoneAds .bullets ul li a {
    color:#7FCBFF;
    text-decoration:none;
}

#portmoneAds .loading {
    height:100%;
    width:100%;
}
