/*
    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 { background:transparent url(/images/charte/slider/back.png) no-repeat scroll 0 0; height:291px; margin:20px 0 15px 30px; position:relative; width:556px; }
.anythingSlider .wrapper { height:270px; left:10px; margin:10px 40px; overflow:auto; position:absolute; top:0; width:490px; }
.anythingSlider .wrapper ul { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: transparent; margin: 0; }
.anythingSlider ul li { background:transparent none repeat scroll 0 0;display:block;float:left;height:317px;list-style-image:none;list-style-position:outside;margin:0;padding:0;width:680px}
.anythingSlider .arrow { display: block; height: 200px; width: 67px; background: url(/images/charte/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward { background-position: 0 0; right: -20px; display:none }
.anythingSlider .back { background-position: -67px 0; left: -20px; display:none }
.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover { background-position: -67px -200px; }
#thumbNav { left:-16px; position:relative; text-align:center; top:15px; width:60px; }
#thumbNav a { color:black; display:block; font-family:arial; font-size:18px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; height:24px; line-height:18px; margin:0 5px 0 0; padding:2px 10px; text-align:right; text-decoration:none; }
#thumbNav a:hover { background-image: none; }
#thumbNav a.cur { background:transparent url(/images/charte/slider/cellshade.png) repeat-x scroll 0 0; }
#start-stop { background:green url(/images/charte/slider/cellshade.png) repeat-x scroll 0 0; color:white; display:none; padding:2px 5px; position:absolute; right:218px; text-align:center; top:291px; width:40px; }
#start-stop.playing { background-color: red; }
#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; }
