#controles-banner {
    display: block;
    float: left;
    width: 965px;
    height: 25px;
    text-align: center;
	margin-top: 0px;
}

#nav {
     display:block;
     width: 155px; /* define quantidade de banners, tamanho dos controles */
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
}

#nav a { 
     display: block;
     width: 13px;
     height: 13px;
     background: #b7b7b7; 
     text-decoration: none; 
     margin-right: 8px; 
     font-size: 0px;
     float: left;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;  
}

#nav a.activeSlide { 
    background: #C40000;
    display: block; 
}

#nav a:focus { 
    display: block;
    outline: none; 

}

