div#imgRotate {
    width: 330px;
    height: 394px;
    margin: 0px auto;
    position: relative;
}

div.fade {
    width: 330px;
    height: 394px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
div#fade_counter {
    position: absolute;
    z-index: 10;
    /* counter position */
    top: 350px;
    right: 10px;
}
ul#fade_count { list-style: none; }
ul#fade_count li {
    border: 1px solid #666666;
    float:left;
    height: 10px;
    width: 10px;
    line-height: 20px;
    margin-left: 3px;
    text-align: center;
    color:#FFF;
}
ul#fade_count li:hover {
    background: #0099FF;
    cursor: pointer;
}
ul#fade_count li.active {
    font-weight: bold;
    background: #00cc00;
    border: 1px solid #00cc00;
}