.sliderControls {
    text-align: center;
    background-color: #f07d00;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}
.theme-green .sliderControls {
	background: #016a15;
}
.sliderControls a {
	color: #fff;
}
#sliderIndicator {
  color: #000;
  margin: 0 5px;
}
#slideCounter {
  color: #fff;
}
.theme-green .carousel-control {
	color: #016a15;
	padding-top: 30%;
}
.theme-green .sliderCaption {
	background: #016a15;
  min-height: 80px;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
}