#rotator {
    position: relative;
    height: 277px;
    top: -33px;
    width: 901px;
}

    #rotator div {
        display: none;
        position: absolute;
        z-index: 1;
    }

    #rotator div.active {
        display: block;
    }

      #rotator div a {
        display: block;
        height: 25px;
        top: 178px;
        right: 40px;
        position: absolute;
        text-indent: -9999px;
        overflow: hidden;
        width: 175px;
      }


    #rotator ul {
        bottom: 8px;
        position: absolute;
        margin: 0;
        padding: 0;
        left: 18px;
        z-index: 2;
		font-size: 10pt;
    }

        #rotator ul li {
            cursor: pointer;
            float: left;
            list-style: none;
        }

        #rotator ul li {
            color: #fff;
            display: block;
            height: 15px;
            text-decoration: none;
            width: 15px;
        }

        #rotator ul li.active {
            color: #faad09;
        }