
.anythingSlider                         { width: 725px; height: 231px; position: relative; margin:20px 0 65px 0;z-index:2;}
.anythingSlider .wrapper                { width: 725px; overflow: auto; height: 231px; margin: 0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #EAEAEA; margin: 0;padding:0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 231px; width: 725px; margin: 0; }


.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px;display: none; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px;display: none; }
.anythingSlider .forward:hover          { background-position: 0 -200px;display: none; }
.anythingSlider .back:hover             { background-position: -67px -200px;display: none; }

#thumbNav                               { position: relative; top: 231px; text-align: left;height:26px;background:#5F5F5F;}
#thumbNav a                             { color: #fff; font:normal 11px/22px arial; display: inline-block; padding: 2px 8px; height: 22px; margin: 0 5px 0 0; background: none; text-align: center;text-decoration:none;}
#thumbNav a:hover                       { background:#F14201; }
#thumbNav a.cur                         { background: #F14201; }

#start-stop                             {display: none; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px;}
#start-stop.playing                     { display: none;background-color: red; }
#start-stop:hover                       { display: none;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; }
