#intro {
  width: 100%;
  height: 100%;
  overflow:hidden;
  position: relative;
  background-color: #222;
}
#video_banner{
  width: 100%;
  height: 100%;
  overflow:hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  visibility: hidden;
  z-index:20;
}
#video_banner a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
#video_banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -60px;
}
#video_banner p {
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align:center;
  top: 113px;
  text-shadow: #ccc;
}
.slide {
  width: 100%;
  height: 100%;
  font-style: italic;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #222;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  zoom: 1;
  z-index:10;
}
.slide.right {
  z-index: 5;
}
.slide * {
  white-space: nowrap;
}
.slide img {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.slide.right img {
  left: 190px;
}
.slidetext {
  font-size: 1em;
  position: absolute;
  top: 110px;
  left: 10px;
  z-index: 1;
  color: #ddd;
}
.slidebg {
  display: none;
  color: #111;
  font-size: 3em;
  position: absolute;
  top: 100px;
  left: -100%;
  z-index: 0;
}
#permaplay {
  position: relative;
  display: block;
  text-align:center;
  width: 100%;
  font-size: 0.9em;
  margin-top: -1em;
  color: #8ae;
}
#testimonials {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
