.rotation-container {
    position: relative;

    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.rotation-container ul {
    padding: 0;

    list-style-type: none;
}
.rotation-viewport {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rotation-list {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;
}
.rotation-list li {
    position: absolute;

    width: 100%;
    height: 100%;
    margin: 0;
    clear: none;

    line-height: 1.4em;
}
.rotation-nav-controls .rotation-item {
    position: absolute;
    bottom: 2%;
    z-index: 1000;

    width: 5%;
}
.rotation-nav-controls .rotation-prev {
    left: 5%;
}
.rotation-nav-controls .rotation-next {
    right: 5%;
}
.rotation-pagination {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1000;

    width: 80%;
    padding: 0;

    text-align: center;
}
.rotation-pagination li {
    display: inline-block;
    margin: 6px;
}
.rotation-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
}
