
img {
    border: 0
}

.zzsc {
    height: 185px;
    margin: 0px auto;
    border-radius: 8px;
    border: 3px solid #ccc;
    position: relative;
    font-size: 12px;
    behavior: url(http://www.fjalsk.com/images/css/pie.htc);
    overflow: hidden;
}

.img li {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    float: left;
}

.img {
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.num {
    list-style: none;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 999;
}

.num li {
    display: block;
    height: 20px;
    width: 20px;
    margin-left: 5px;
    background: #FFFFFF;
    float: left;
    color: #DE7D4B;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
    behavior: url(http://www.fjalsk.com/images/css/pie.htc)
}

.num .hover {
    background: #FF6600;
    color: #FFFFFF;
    font-weight: bold
}
