/*
    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: 1000px; height: 360px; position: relative; margin: 25px auto 35px auto; }
.anythingSlider .wrapper                { width: 1000px; overflow: auto; height: 341px; 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; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 1000px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 315px; text-align: right; margin-right:60px; }
#thumbNav a                             { color: #333; font: 12px/18px arial, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 0 0 0; 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; text-decoration:none; }
#thumbNav a:hover                       { background:#e0a213; color:#fff; }
#thumbNav a.cur                         { background: #c4c4c4; }

#start-stop                             { color: white; padding: 2px 5px 4px 5px; width: 40px; text-align: center; position: absolute; right:5px; top: 315px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; font:12px arial; color:#333; }
#start-stop.playing                     { }
#start-stop:hover                       { background:#a6a6a6; color:#fff; }

/*
  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; }
