.anythingSlider { width: 950px; height: 360px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper { width: 950px; overflow: auto; height: 360px; margin: 0; position: absolute; top: 0; left: 0; border: 1px solid #FFF; }

.anythingSlider .wrapper ul { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: none; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider ul li { display: block; float: left; padding: 0; height: 360px; width: 950px; margin: 0; }
.anythingSlider .arrow { display: block; height: 300px; width: 35px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward { right: 10px; background: no-repeat url(../images/arrow-right.png); background-position: 0 155px; }
.anythingSlider .back { left: 10px;  background: no-repeat url(../images/arrow-left.png); background-position: 0 155px; }

#thumbNav { position: relative; top: 325px; text-align: right; padding-right: 75px; height: 24px; line-height: 0em; font-size: 0px; }
#thumbNav a { display: inline-block; padding: 12px; margin: 0; background: url(../slider-image/slide-counter.png); border: 0px solid; text-align: center; color: #0e4687; }
#thumbNav a:hover { background-position: 0 -24px; color:3d80008; }
#thumbNav a.cur { background-position: 0 -24px; color:3d80008;  }

#start-stop { display: block; width: 54px; height: 20px; padding: 0; padding-top: 4px; text-decoration: none; text-align: center; position: absolute; z-index: 999; top: 325px; right: 20px; font-size: 10px; color: #FFF; background: no-repeat url(../slider-image/button-onoff.png); }
#start-stop.playing { background: no-repeat url(../slider-image/button-onoff.png); }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }