.swipe_box_wrapper {
    position: relative;
}
.swipe_box_wrapper a.swipe_prev {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 50px;
    z-index: 100;
}
.swipe_box_wrapper a.swipe_next {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 50px;
    z-index: 100;
}
.swipe_box_wrapper .swipe_area {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.swipe_box {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 10;
}
.swipe_box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.swipe_box ul li {
    width: 580px;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.swipe_box ul li {
    display: none;
}
.swipe_box ul li:first-child {
    display: block;
}
.swipe_box p {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
    font-family: "Smith", Sans-serif;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
}
