#content-slider {
  width: 729px;
  height: 212px;
}

.anythingSlider {
  position: relative;
  width: 729px;
  height: 212px;
  margin: 0px;
}

.anythingSlider .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 729px;
  height: 212px;
  margin: 0px;
  overflow: hidden;
}

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

.anythingSlider ul.slides li.slide {
  position: relative;
  display: block;
  float: left;
  width: 729px;
  height: 212px;
  margin: 0px;
  padding: 0px;
}

div.slide-inner {
  height: 212px;
  padding: 0px 0px 0px 345px;
}

div.slide-title {
  padding: 25px 7px 5px 7px;
  color: #FFFFFF;
  font-family: Georgia;
  font-size: 38px;
  text-align: center;
}

div.slide-text {
  margin: 0px 0px 10px 0px;
  padding: 5px 7px;
  color: #0073FF;
  font-family: Georgia;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

div.slide-link {
  margin: 0px 100px;
}

div.slide-link a {
  display: block;
  padding: 0px 0px 0px 10px;
  color: #0073FF;
  font-family: Georgia;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  background: url('/images/slider-button-left.png') left top no-repeat;
}

div.slide-link a span {
  display: block;
  padding: 0px 10px 0px 0px;
  line-height: 35px;
  background: url('/images/slider-button-right.png') right top no-repeat;
}

.anythingSlider .arrow {
  position: absolute;
  top: 185px;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-indent: -9999px;
  cursor: pointer;
}

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

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

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

.anythingSlider .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 {
}

