.anythingFader {
  position: relative;
  width: 480px;
  height: 340px;
  margin: 0px;
}

.anythingFader .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 480px;
  height: 340px;
  margin: 0px;
  overflow: hidden;
}

.anythingFader .wrapper ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32700px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.anythingFader .wrapper ul li {
  position: relative;
  display: block;
  float: left;
  width: 480px;
  height: 340px;
  margin: 0px;
  padding: 0px;
}

.anythingFader .arrow {
  position: absolute;
  top: 150px;
  width: 41px;
  height: 41px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-indent: -9999px;
  cursor: pointer;
}

.anythingFader .forward {
  right: -78px;
  background-image: url('/images/slider-button-next.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.anythingFader .forward:hover {
  background-position: left bottom;
}

.anythingFader .back {
  left: -78px;
  background-image: url('/images/slider-button-prev.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.anythingFader .back:hover {
  background-position: left bottom;
}

#thumbNav {
  position: absolute;
  right: 50px;
  bottom: 0px;
}

#thumbNav a,
#start-stop {
  display: none;
  float: left;
  margin: 0px 0px 5px 5px;
  padding: 1px 5px;
  outline: none;
  text-decoration: none;
}

#thumbNav a.cur {
  color: #000000;
}

#thumbNav a:hover {
  background-color: #CCCCCC;
}

#start-stop {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40px;
  padding: 1px 5px;
  text-align: center;
  text-decoration: none;
}

#start-stop.playing {
}

#start-stop:hover {
}
