/*
    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: 500px; height:350px; position: relative; margin: 0 auto -1px; }
.anythingSlider .wrapper        { width: 500px;  overflow: hidden; height: 350px;  margin: 5px 0px 0 0; 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           { width: 1005px; display: block; float: left; padding: 0; height: 150px;  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; right:32px; text-align: right; }
#thumbNav a                     { color: #959595; font-size:12px; border:#959595 solid 1px; font-family:Arial, Helvetica, sans-serif; display: inline-block; padding: 0px 4px 0px 4px; height: 15px; margin: 0 4px 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: #959595; color: #ffffff; }

#start-stop                     { background: #959595; height: 16px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color: #ffffff; padding: 1px 7px 0px 7px; width: 12px; margin: 0 16px 0 0; text-align: center; position: absolute; right: -10px; top: 280px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px;}
#start-stop.playing             { background-color: #959595; } /* colore sfondo pulsante ferma */
#start-stop:hover               { background-image: #959595; }

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