body {
  background: white;
  color: #051850;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.bannerother{
  width: 240px;
  height: 60px;
}

.dead{
  filter: grayscale(100%);
}

.info_table {
  background: orange;
}

.column3 {  float: left;  width: 25%}
.column6 {  float: left;  width: 75%;}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.slider {
  width: 500px;
  height: 300px;
  background-color: yellow;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-align: center;
  overflow: hidden;
}

.image-container {
  width: 1500px;
  background-color: azure;
  height: 300px;
  clear: both;
  position: relative;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
}

.slide {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  }
  #slide-1:target ~ .image-container {
  left: 0px;
  }
  #slide-2:target ~ .image-container {
  left: -500px;
  }
  #slide-3:target ~ .image-container {
  left: -1000px;
}

.buttons {
  position: relative;
  top: -20px;
}

.buttons a {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background-color: #051850;
}
