#frame {
    border: 4px solid #d9d8ce;
    border-style: solid none;
    padding: 20px 0px;
    overflow: hidden;
    position: relative;
    height: 324px;
}

#frame ul {
    list-style: none;
    position: absolute;
    height: 324px;
}

#frame li { 
    float: left;
    height: 100%;
}

#frame li div div {
    margin-left: 450px;
    line-height: 22px;
}

#frame li ul {
    list-style: disc;
    position: static;
    height: auto;
    margin-left: 2em;
}

#frame li li { 
    float: none;
    height: auto;
}

#frame ul.tick {
    margin-left: 0px;
}

#frame ul.tick li {
    padding-left: 2em;
    list-style: none;
    background: url("/public/img/site/tick.gif") no-repeat 2px 0.25em;
}

#frame ul.bullet {
    margin-left: 0px;
}

#frame ul.bullet li {
    padding-left: 2em;
    list-style: none;
    background: url("/public/img/site/bullet.gif") no-repeat 2px 0.25em;
}

#frame li div {
    padding: 0 40px;
}

#frame img {
    margin-right: 20px;
    float: left;
}

#frame h2 {
    margin-bottom: 10px;
}

#frame h3 {
    margin-top: 10px;
}

#frame p {
    /*line-height: 22px;*/
}

#frame a.b {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 26px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center top;
}

#frame a.prev {
    left: 5px;
    background-image: url("/public/img/site/prev.png");
}

#frame a.next {
    right: 5px;
    background-image: url("/public/img/site/next.png");
}

#frame a.inactive {
    background-position: center -38px;
    cursor: default;
}