#carouselButtons {
  position: absolute;	
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  cursor: pointer;
  margin: 0;
  padding: 0 25px 15px 0;
  text-align: right;
}

.btn-primary, .btn-primary:hover{
        background-color: #6698FF;
        font-weight: bold
}

.btn-primary:hover, .btn-primary:focus{
        color: black
}       
