/*
    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: 740px; height: 180px; position: relative; }
.anythingSlider .wrapper                { width: 710px; overflow: hidden; height: 150px; position: absolute; top: 15px; left: -15px; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0px; left: 0px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 150px; width: 710px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 40px; width: 24px; background: none; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward                { top: 77px; right: -7px; background: url(anythingslider/pulsante_dx.png) no-repeat 0 0;}
.anythingSlider .back                   { top: 77px; left: -7px; background: url(anythingslider/pulsante_sx.png) no-repeat 0 0;}
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

#thumbNav                               { display: none; position: relative; top: 240px; text-align: center; }
#thumbNav a                             { display: inline-block; height: 14px; width:14px; background: url(../../img/null.gif); margin: 3px; }
#thumbNav a:hover                       { background-image: url(../../img/null.gif); }
#thumbNav a.cur                         { background-image: url(../../img/null.gif);}

#start-stop                             { visibility: hidden; }
#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; }