/* Easy Slider */
#slider {
  background: white;
  height: 353px;
  overflow: hidden;
  position: relative;
}

#slider li {
  overflow: hidden;
}

#prevBtn, #nextBtn {
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 167px;
  width: 25px;
  z-index: 1000;
}

#nextBtn {
  left: 955px;
}

#prevBtn a, #nextBtn a {
  background: url(../img/prev-arrow.gif) no-repeat 0 0;
  display: block;
  height: 50px;
  position: relative;
  width: 25px;
  text-indent: -999em;
  outline: none;
}

#nextBtn a {
  background: url(../img/next-arrow.gif) no-repeat 0 0;
}

#slide1, #slide2, #slide3, #slide4, #slide5, .slide {
  color: white;
  display: block;
  font-size: 2.25em;
  font-weight: bold;
  height: 321px;
  padding: 32px 0 0 0;
  text-shadow: 0px 0px 8px #000;
  width: 980px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#slide1 p, #slide2 p, #slide3 p, #slide4 p, #slide5 p, .slide p {
  margin: 0 30px;
  padding: 0;
}
/*
#slide1 {
  background: white url(../img/call-to-action-hp.jpg) 0 0 no-repeat;
}

#slide2 {
  background: white url(../img/homepage_american_football.jpg) 0 0 no-repeat;
}

#slide3 {
  background: white url(../img/homepage_formula1.jpg) 0 0 no-repeat;
}

#slide4 {
  background: white url(../img/homepage_football.jpg) 0 0 no-repeat;
}
#slide5 {
  background: white url(../img/homepage_managers.jpg) 0 0 no-repeat;
}
*/
#slider a.btn {
  color: #ffff00;
  display: inline-block;
  font-size: 0.59em;
  margin-top: 12px;
}





