/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 985px; height: 260px; position: relative; margin: 0px auto; left: -10px; }
.anythingSlider .wrapper                { width: 985px; overflow: auto; height: 260px; margin: 0px; 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: #fff; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 985px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -67px; }
.anythingSlider .back                   { background-position: -67px 0; left: -67px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top:262px; margin: 0px auto; left: -20px; text-align: center; z-index: 1000;}
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: #bbb; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 7px; line-height: 6px;margin: 0 5px 0 0; background: #bbb;  border: 2px solid #bbb;text-align: center; }
.thumbNav a:hover                       { background: #ddd;color: #ddd; }
.thumbNav a.cur                         { background: #eee; color: #eee; border: 2px solid #ddd;}

.start-stop                             { z-index: 10; background: #ccc; color: white; padding: 2px 5px; width: 40px; height: 18px; text-align: center; position: absolute; right: 45px; top: 282px; border: 2px solid #bbb;}
.start-stop.playing                     { background-color: ccc; }
.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; }