﻿.carousel-holder  {
   overflow:hidden;
}
.carousel-holder .carousel {
    overflow:hidden;
}
.carousel-holder .carousel .carousel-content {
    overflow:hidden;
    position: relative;
}
.carousel-holder .carousel .carousel-buttons {
    margin-top: 5px;
    display: block;
    height: 15px;
    position: relative;
}

.carousel-holder .carousel .carousel-buttons span {
  display: block;
  height: 100%;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position:  absolute;
  left:  0;
}
.carousel-holder .carousel .carousel-buttons span a {
    background-color: silver;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 2px;
}
.carousel-holder .carousel .carousel-buttons span a:last-child {
    margin-right: 0;
}
.carousel-holder .carousel .carousel-buttons span a.active {
    background-color: #000;
}

.carousel-holder .carousel .carousel-content .carousel-item.has-focus {
  outline: 2px dotted #337ab7;
  outline-offset:  -2px;
}

.carousel-holder .carousel .carousel-content .carousel-item a:focus, 
.carousel-holder .carousel .carousel-content .carousel-item img:focus, 
.carousel-holder .carousel .carousel-content .carousel-item button:focus, 
.carousel-holder .carousel .carousel-content .carousel-item input:focus, 
.carousel-holder .carousel .carousel-content .carousel-item textarea:focus, 
.carousel-holder .carousel .carousel-content .carousel-item div:focus, 
.carousel-holder .carousel .carousel-content .carousel-item .dropdown-toggle:focus, 
.carousel-holder .carousel .carousel-content .carousel-item .btn:focus, 
.carousel-holder .carousel .carousel-content .carousel-item .btn:active:focus, 
.carousel-holder .carousel .carousel-content .carousel-item .btn.active:focus, 
.carousel-holder .carousel .carousel-content .carousel-item .btn.focus, 
.carousel-holder .carousel .carousel-content .carousel-item .btn.focus:active, 
.carousel-holder .carousel .carousel-content .carousel-item .btn.active.focus, 
.carousel-holder .carousel .carousel-content .carousel-item .form-control:focus {
    outline: none;
    outline-offset: 0;
}