*                                       { margin: 0; padding: 0; }
.anythingSlider                         { width: 688px; height: 185px; position: relative; margin:0; }
.anythingSlider .wrapper                { width: 688px; overflow: auto; height: 185px; margin: 0; position: absolute; top: 0; left: 0; border: 1px solid #E3E3E3;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 185px; width: 688px; margin: 0;}
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 150px; text-align: right; margin-right: 10px; }
#thumbNav a                             { color: #1C4561; font: 12px Arial, Helvetica, sans-serif; display: inline-block; padding: 3px 8px 0px 8px; height: 18px; margin: 0 5px 0 0; background-color: #CFE6F2; text-align: center;  text-decoration: none; }
#thumbNav a:hover                       { background: #87BFDE; text-decoration: none; }
#thumbNav a.cur                         { background: #EACE47; }

#start-stop                             { display:none; background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  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; }
