a {
  outline: none;
}
.icon_badge_lists {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.icon_badge_lists .link_icon {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin: 0 15px;
}
.icon_badge_lists .link_icon:hover {
  text-decoration: none;
}
.icon_badge_lists img.icon {
  width: 40px;
  height: 40px;
}
.icon_badge_lists img.icon:hover {
  opacity: .8;
}

#myCarousel .nav a small {
      display:block;
  }
  #myCarousel .nav {
    background:#eee;
  }
  #myCarousel .nav a {
      border-radius:0px;
  }