#my_fader {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
}

.header_box a {
  color:#ffffff;
}

.header_box a:hover {
  color:#ffffff;
}

.header_container {
  float:left;
  width:100%;
  min-height:300px;
  overflow:hidden;
  color:#ffffff;
  font-size:50px;
  font-weight: bold;
  background-color:rgba(0,0,0,0.5);
}

#slide_container {
  position:relative;
  float:left;
  width:100%;
  height:100%;
  display:block;
}

.slides {
  position:absolute;
  display:none;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-size: auto 100%;
  background-position:center center;
  background-repeat: no-repeat;
}