/*
    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: 665px; height: 433px; position: relative; margin: 0 auto -1px; }
.anythingSlider .wrapper        { width: 665px; overflow: auto; height: 433px;  margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul     { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li           { display: block; float: left; padding: 0; height: 150px; width: 680px; margin: 0; }
.anythingSlider .arrow          { display: none; height: 60px;  width: 47px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 130px; cursor: pointer; }
.anythingSlider .forward        { background-position: 10px -70px; right: 0px; }
.anythingSlider .back           { background-position: 10px -70px; left: 0px; }
.anythingSlider .forward:hover  { background-position: 10px -70px; }
.anythingSlider .back:hover     { background-position: 10px -70px; }

#thumbNav                       { position: relative; top: 280px; text-align: right; }
#thumbNav a                     { color: #7C766E; font: 10px; arial,verdana, sans-serif; display: inline-block; padding: 0px 8px 0px 8px; height: 15px; margin: 0 5px 0 0; background: #F3F3F3; text-align: center; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; }
#thumbNav a:hover               { background-image: none; }
#thumbNav a.cur                 { background: #7C766E; color: #ffffff; }

#start-stop                     { background: #AFA9A0; height: 15px; color: #ffffff; padding: 0px 7px 0px 7px; width: 41px; margin: 0 16px 0 0; text-align: center; position: absolute; right: 265px; top: 280px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; font-weight:bold;}
#start-stop.playing             { background-color: #AFA9A0; } /* colore sfondo pulsante ferma */
#start-stop:hover               { background-image: #AFA9A0; }

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