.carousel-control.left {
  background-image:linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0.0001) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
  background-repeat:repeat-x
}

.carousel-control.right {
  right:0;
  left:auto;
  background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) !important;
  background-repeat:repeat-x
}

.carousel-indicators li {
  display:inline-block;
  width:10px;
  height:10px;
  margin:1px;
  text-indent:-999px;
  cursor:pointer;
  background-color:#000 \9;
  background-color:whitesmoke !important;
  border:2px solid whitesmoke !important;
  border-radius:10px
}
