.banner {
    position: relative;
    top: 0;
    margin: 50px auto;
    width: 450px;
    height: 400px;
}

.banner .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
    position: absolute;
}

.ctrl {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
}

.ctrl .libs {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    z-index: 50;
    cursor: pointer;
}

.ctrl span.active {
    background-color: #fff;
}

.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px 'Open Sans';
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -250px;
    right: 0;
}

.ctrl .prev {
    top: -250px;
    left: 0;
}

.ctrl .arrow:hover {
    opacity: 1;
}
