.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: rgba(252, 250, 250, 0.5) none repeat scroll 0% 0%;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px rgba(255, 253, 253, 0.3) inset;
}

.flex-control-paging li a.flex-active {
    background: rgba(255, 253, 253, 0.9) none repeat scroll 0% 0%;
    cursor: default;
}

.flex-control-paging li a:hover {
    background: rgba(255, 253, 253, 0.7) none repeat scroll 0% 0%;
}

.banner .flex-control-nav {
    width: 100%;
    bottom: 15px;
}