#slides
{
    text-align: center;
    overflow:hidden;
    position:relative;
}

.swipe
{
    top:0px;
    left:0px;
    overflow:hidden;
}
.swipe img
{
    display:block;
    float:left;
    border:none;
}

.page
{
    position:absolute;
    bottom:0px;
    right:5px;
    height:40px;
    text-align:center;
    line-height:40px;
    z-index:2;
    cursor: default;
    width: 270px;
    height: 30px;
}
.page span
{
    width:12px;
    height:12px;
    background:#8c8c8c;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:13px 5px;
    overflow:hidden;
    display:inline-block;
    cursor: default;
}
.page span.current
{
    background:#83071f;
    cursor:default;
}