.carousel-indicators li {
border-radius: 50%;
width: 12px;
height: 12px;
background-color: #ffffff;
border:3px solid transparent;
box-shadow:0 0 0 1px #ffffff;
}
.carousel-indicators .active{
box-shadow:0 0 0 1px #dd0059;
background-color: #dd0059;
border:3px solid transparent;
}
