/*
    anythingSlider v1.0
    
    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: 625px; height: 280px; position: relative; margin: 0; }
.anythingSlider .slidewrapper                { width: 625px; overflow: auto; height: 280px; margin: 0; 
position: absolute; top: 0; left: -10; }
.anythingSlider .slidewrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; 
background: #ffffff; border: 0px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 75px; width: 25px; background: url(../images/arrows2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 100px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -25px 0; left: 10px; }
.anythingSlider .forward:hover          { background-position: 0px -75px; }
.anythingSlider .back:hover             { background-position: -25px -75px; }

#thumbNav                               { position: relative; top: 250px; text-align: center; }
#thumbNav a                             { color: #666666; font: 10px/12px Arial, Helvetica, sans-serif; display: inline-block; padding: 2px 8px; height: 14px; margin: 0 5px 0 0; background: #e7e7e7 url(../images/cellshade1.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: #e8e8e8; }

#start-stop                             { background: #75b600; background-image: url(../images/cellshade1.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 75px; top: 250px; -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: #ffaa27; }
#start-stop:hover                       { background-image: none; }

/*
  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; }