


.anythingSlider                         { width: 800px; height: 400px; position: relative; left: 55px; margin: 0; }
.anythingSlider .wrapper                { width: 800px; overflow: auto; height: 370px; 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: #eee; border-top: 3px solid #fff; border-bottom: 3px solid #d1eae9; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 800px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 0px; width: 0px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 200px; cursor: pointer; }
.anythingSlider .forward                { }
.anythingSlider .back                   {  }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

#thumbNav                               { position: relative; top: 353px; right: 80px; text-align: right; }
#thumbNav a                             { color: #012778; font: 11px/18px arial; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #b5fb7f url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #b5fb7f; }

#start-stop                             { background: #b5fb7f; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: #012778; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 25px; top: 353px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: #b5fb7f; }
#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; }

*                                       { margin: 0; padding: 0; }