.slider-wrapper {
    width: 751px;
}

/* Slider bullet container */
div.as-nav {
    position: relative;
    width: 14em;
    height: 1.5em;
    margin: -1.5em auto 0;
    background: none;
    list-style: none outside none;
}

/* Slider bullets */
div.as-nav a {
    margin: 0 1.5%;
    width: 13%;
    height: 0.3em;
    float: left;
    background-color: #656566;
    border: none;
}

div.as-nav a.as-active {
    background-color: #FFF;
}