.key-carousel-wrapper {
  position: relative;
  border: 10px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  margin: auto; }

.key-carousel {
  position: relative;
  overflow: hidden; }

.key-carousel ul {
  width: 20000em;
  position: relative;
  list-style: none !important;
  margin: 0;
  padding: 0; }

.key-carousel li {
  float: left;
  width: 110px; }

.key-carousel li a {
  margin: 5px 0;
  display: block;
  width: inherit !important;
  text-align: center !important; }

.key-carousel li a:hover {
  text-align: center !important; }

.key-carousel-control-prev, .key-carousel-control-next {
  position: absolute;
  top: 75px;
  width: 30px;
  height: 30px;
  text-align: center  !important;
  background: #4E4E4E;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 0 2px #999;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999; }

.key-carousel-control-prev {
  left: -30px; }

.key-carousel-control-next {
  right: -30px; }

.key-carousel-control-prev:hover, .key-carousel-control-next:hover {
  color: #fff !important;
  text-decoration: none !important;
  background: #787878 !important; }

