.carousel {
  /* remove top margin, so carousel sits right under the header */
  margin-top: -21px;
}
body.pull-subpages .carousel{
  /* do not remove margin if carousel is part of pull-subpages */
  margin-top: 0;
}
.carousel-indicators #pause {
  text-indent: 0;
  border: 0;
  line-height: 0px;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
}

.carousel-indicators #pause.pause .glyphicon-play {
  display: none;
}

.carousel-indicators #pause.play .glyphicon-pause {
  display: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  /* ensure image is centred in carousel, if not wide enough */
  margin: 0 auto;  
}