/*
    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: 720px; height: 360px; position: relative; margin: -30px auto 45px; padding:0; margin-right:20px;}
.anythingSlider .wrapper                { width: 720px; overflow: auto; height: 371px; margin:30px 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #ccc; border-top: 0px solid #191919; border-bottom: 0px solid #191919; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 358px; width: 720px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(http://atelier13.ro/images/arrows.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 90px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -75px; }
.anythingSlider .back                   { background-position: -67px 0; left: -75px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 390px; text-align: left; }
#thumbNav a                             { color: white; font: 10px/17px Helvetica, Arial, Sans-serif; display: inline-block; padding: 2px 6px; height: 16px; margin: 0 3px 0 0; background: #191919 ; text-align: center; }
#thumbNav a:hover                       { background-image: none; background: #B10E1A}
#thumbNav a.cur                         { background: #B10E1A; }

#start-stop                             { font: 11px/17px Helvetica, Arial, Sans-serif; font-weight: normal; background: #B10E1A; color: white; padding: 2px 5px; width: 32px; text-align: center; position: absolute; right: 0px; top: 390px; }
#start-stop.playing                     { background-color: #ccc; color: #000000; font: 11px/17px Helvetica, Arial, Sans-serif;  font-weight: normal; }
#start-stop:hover                       { background-image: none; background: #B10E1A; 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; }
