/*
    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: 225px; height: 290px; position: relative; margin-top: 20px; background : url(../images/bg_slider.jpg) bottom left no-repeat;  }
.anythingSlider .wrapper                { width: 225px; height: 290px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 25px 0px 15px 10px; height: 250px; width: 215px; }
.anythingSlider .arrow                  { display: block; height: 60px; width: 25px; background: url(../images/arrows.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 95px; cursor: pointer; }
.anythingSlider .forward                { background-position: -25px 0; right: -25px; }
.anythingSlider .back                   { background-position: 0 0; left: -25px; }
.anythingSlider .forward:hover          { background-position: -75px 0; }
.anythingSlider .back:hover             { background-position: -50px 0; }

#thumbNav                               { height: 30px;position: relative; top: -5px; left: 4px; text-align: center; }
#thumbNav a                             { background: url("../images/feuille_initiative.png") no-repeat; text-decoration: none;color: #fff; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; display: inline-block; padding-top: 8px; padding-left: 10px; padding-right: 9px; height: 18px; margin: 0 5px 0 0; text-align: center;}
#thumbNav a:hover                       { background: url("../images/feuille_ecoacteur.png") no-repeat; font-size: 12px; color: #000;}
#thumbNav a.cur                         { background: url("../images/feuille_ecoacteur.png") no-repeat; text-decoration: none; font-size: 12px; color: #000;}

#start-stop                             { text-indent: -9999px; text-decoration: none;display: block; color: green; background: url(../images/start_stop.jpg) no-repeat 0px 0; width: 25px; height: 25px; text-align: center; position: absolute; right: 78px; top: 255px; }
#start-stop.playing                     { text-decoration: none;background-position: -25px 0;color: red; }
#start-stop.playing:hover               { text-decoration: none;background-position: -75px 0;color: red; }
#start-stop:hover                       { text-decoration: none;background-position: -50px 0; }

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