.anythingSlider                         { width: 700px; height: 230px; position: relative;background:#000;margin-left:5px;z-index:0; }
.anythingSlider .slidewrapper           { width: 700px; overflow: auto; height: 230px; margin: 0; position: absolute; top: 0; left: 0;z-index:0; }
.anythingSlider .slidewrapper ul        { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: transparent; margin: 0;z-index:0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 230px; width: 700px; z-index:0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer;visibilty:hidden; }
.anythingSlider .forward                { background-position: 0 0; right: -55px; }
.anythingSlider .back                   { background-position: -67px 0; left: -76px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; left:0px;top: 230px; text-align: left; left:-5px;}

#thumbNav a                             { color: #fff; font:13px "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif; text-transform:uppercause;letter-spacing:-2px;font-weight:bold;display: inline-block; padding-top:6px;padding-left:6px;padding-right:6px;height: 18px; background: #000; text-align: center;text-decoration:None;}
#thumbNav a:hover                       { background:#333;}
#thumbNav a.cur                         { background: #F15A23; color:#000;font:13px; font-weight:bold; }

#start-stop                             { visibility:hidden;background: #666; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding-top:6px;padding-left:6px;padding-right:6px;height: 18px;width: 40px; text-align: center; position: absolute; right: 35px; top: 235px;font:  13px "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;letter-spacing:0px;font-weight:bold; }
#start-stop.playing                     { background: rgb(246,131,32) url(../images/cellshade.png) repeat-x; }
#start-stop:hover                       { background:#999 url(../images/cellshade.png) repeat-x; }

/*
  Prevents
*/
.anythingSlider .slidewrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .slidewrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
