

/* css ���� */
body,div,ul,li { padding: 0; margin: 0; }
ul { list-style: none ; }
img { border: none; }
a { blr: expression(this.onFocus=this.blur()); outline: none; }

#ad-journalapp{
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    margin: 0px auto;
    height: 125px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #ffffff;
}
.adpic  li a{
    display: block;
    width: 100%;
    height: 100%;
}
.adpic  li img{
    border: 0px;
    width: 100%;
    height: 125px;
    visibility: hidden;
}

.ad_round {
    width:100%;
    height: 125px;
    margin:0px auto;
    position: relative;
}

.ad_round .num {
    overflow:hidden;
    height: 10px;
    position: absolute;
    bottom:2px;
    zoom:1;
    z-index:3;
    left:25%;
}

.ad_round .num li {
    width: 15px;
    height: 5px;
    cursor:pointer;
    float: left;
    margin:0px 3px;
    background-color: #9fa9af;
    text-indent: -999em;
}

.ad_round .num li.on {
    background-color: #3b5998;
}
