#rotator #wrapper {
    color: #000;
    height: 210px;
    position: relative;
    width: 280px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}
#rotator #scroller {
    float: left;
    height: 100%;
    padding: 0;
    width: 280px;
}
#rotator #scroller ul {
    display: block;
    float: left;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
#rotator #scroller li {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    font-size: 11pt;
    height: 210px;
    line-height: 140%;
    text-align: left;
    width: 280px;
}