#sidebar .anythingSlider { width: 225px; height: 355px; position: relative; margin: 0 auto 15px;}
#sidebar .anythingSlider .wrapper                { width: 225px; overflow: auto; height: 328px; position: absolute; top: 0; left: 0;}
#sidebar .anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  border-top: 3px solid #fff; border-bottom: 3px solid #e0a213; margin: 0; }
#sidebar .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 240px; margin: 0; }
#sidebar .anythingSlider .arrow                  { display: block;  text-indent: -9999px; position: absolute; cursor: pointer; }
#sidebar .anythingSlider .forward                { background-position: 0 0; right: -25px;}
#sidebar .anythingSlider .back                   { background-position: -67px 0; left: -25px; }
#sidebar .anythingSlider .forward:hover          { background-position: 0 -200px; }
#sidebar .anythingSlider .back:hover             { background-position: -67px -200px; }

#sidebar #thumbNav                               { position: relative; top: 323px; margin-left:0px; font: 12px Georgia, Serif; text-decoration: none; outline: 0; }
#sidebar #thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 1px 0 0; background: #c58b04 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; border: 0; text-decoration: none; outline: 0;}
#sidebar #thumbNav a:hover                       { background-image: none;}
#sidebar #thumbNav a.cur                         { background: #e0a213; }

#sidebar #start-stop                             { background: green; color: white; padding: 2px 4px; width: 40px; text-align: center; position: absolute; right: 0px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration: none; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
#sidebar #start-stop.playing                     { background-color: red;}
#sidebar #start-stop:hover                       { background-image: none;}
#sidebar #start-stop:hover                       { color:#FFF;}

#sidebar .anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#sidebar .anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
