.rszpic {
	height: 800px;
  width: 1335px;
  margin-left: 285px;
}

#footnote {
	background: gray;
	height: 75px;
}

#headbar {
	background: gray;
	height: 75px;
	}

#footlink {
	padding-top: 22px;
	margin-left: 50%;
	color: white;
}

.item{
  text-align:center;
  }

#carousel-inner img {
  margin: auto;
  display:inline-block  !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next {
  background-color: gray;
}

.carousel-control-prev {
  background-color: gray;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}