#spotlight-fader {
  position:relative;
  height: 347px;
  width: 617px;
}

#spotlight-fader .frame {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.hoverappear {
  visibility: hidden;
}

.hoverappear:hover {
  visibility: visible;
  cursor: pointer;
}

#spotlight-fader .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 617px;
  height: 347px;
  color: white;
  overflow: hidden;
}

#spotlight-fader #slide_text {
  position: absolute;
  left: 0px;
  top: 260px;
  height: 87px;
  width: 617px;
  z-index: 6;
}

#spotlight-fader #textbacking {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 87px;
  width: 617px;
  z-index: 4;
  background: black;
}

#spotlight-fader #hovertarget {
  background: url("../../img/dirtiesthack.gif");
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 87px;
  width: 617px;
  z-index: 7;
}

#spotlight-fader #slide-link {
  background-color: transparent;
  z-index: 4;
}

#spotlight-fader .slide img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}

#spotlight-fader #slide_image {
  z-index: 1;
}

#spotlight-fader #slide_old_image {
  z-index: 2;
}

#spotlight-fader #slide_title {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 5px;
  left: 5px;
  z-index: 6;
}

#spotlight-fader #slide_title_shadow {
  position: absolute;
  color: black;
  margin: 0;
  padding: 0;
  top: 8px;
  left: 8px;
  z-index: 5;
}

#spotlight-fader #slide_para {
  position: absolute;
  top: 25px;
  left: 5px;
  padding: 0 130px 0 0;
  margin: 0;
  z-index: 6;
}

#spotlight-fader #pager {
  position: absolute;
  font-size: 12px;
  list-style-type: none;
  bottom: 10px;
  right: 10px;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 9;
}

#spotlight-fader #pager li {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
}

#spotlight-fader #pager li a {
  text-decoration: none;
  background-color: black;
  color: #404040;
  border: 1px solid #404040;
  padding: 2px 4px 2px 4px;
  margin: 0px;
}

#spotlight-fader #pager li a.active {
  background-color: #668fbb;
  color: #fefefe;
  border: 1px solid white;
}

#spotlight-fader #pager li a:hover {
  color: #fefefe;
  border: 1px solid #fefefe;
  cursor: pointer;
}
