.anythingSlider {
  border: solid 1px #d9d9d9;
  background-color: #f7f7f7;
  background: -moz-linear-gradient(#F8F8F8, #E5E5E5);
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E5E5E5));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 125px;
  position: relative;
  margin: 0 auto 40px auto;
  width: 580px;
}
.anythingSlider .wrapper {
  height: 125px;
  left: 0;
  margin: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 578px;
}
.anythingSlider .wrapper ul.SliderItems {
  height: 125px;
  left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  padding: 0;
  width: 99999px;
}
.anythingSlider ul.SliderItems li {
  display: block;
  float: left;
  height: 125px;
  margin: 0;
  padding: 0;
  width: 578px;
}
.anythingSlider .arrow { display: none; }

#thumbNav {
  position: relative;
  top: 126px;
  text-align: center;
}
#thumbNav a {
  background-color: #EBF3FD;
  background: -moz-linear-gradient(#FAFBFD, #EBF3FD);
  background: -webkit-gradient(linear, left top, bottom right, from(#FAFBFD), to(#EBF3FD));
  border: solid 1px #B8D6FB;
  border-top-width: 0;
  color: black;
  display: inline-block;
  height: 18px;
  outline: none;
  padding: 2px 8px;
  margin: 0 5px 0 0;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#thumbNav a:hover {
  background-color: #FFEBAF;
  background: -moz-linear-gradient(#FFFDEB, #FFEBAF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDEB), to(#FFEBAF));
  border-color: #DBCE99;
}
#thumbNav a.cur {
  background-color: #FFEBAF;
  background: -moz-linear-gradient(#FFFDEB, #FFEBAF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDEB), to(#FFEBAF));
  border-color: #DBCE99;
}

#start-stop {
  background: -moz-linear-gradient(darkgreen, green);
  background: -webkit-gradient(linear, left top, left bottom, from(darkgreen), to(green));
  background-color: Green;
  border: solid 1px #d9d9d9;
  border-top: none;
  color: white;
  outline: none;
  padding: 2px 5px;
  position: absolute;
  right: 45px;
  text-align: center;
  text-decoration: none;
  top: 126px;
  width: 40px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing {
  background: -moz-linear-gradient(maroon, red);
  background: -webkit-gradient(linear, left top, left bottom, from(maroon), to(red));
  background-color: red;
}
#start-stop:hover {
  background: -moz-linear-gradient(#FFFDEB, #FFEBAF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDEB), to(#FFEBAF));
  border-color: #DBCE99;
  color: #000;
}

.anythingSlider .ThumbnailLink { margin: 5px; }