/*
    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: 960px; height: 500px; position: relative; margin: 0 auto ; }
.anythingSlider .wrapper                { width: 960px; height: 500px; overflow: auto; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; width: 960px; height: 500px; margin: 0; }

.anythingSlider .arrow                  { display: block; text-indent: -9999px; position: fixed; cursor: pointer; }
.anythingSlider .forward                { background:url(../images/btn_next.jpg) no-repeat 0 0; margin-top:-58px; width:35px; height:102px; top: 50%; right: 0; cursor: pointer;}
.anythingSlider .back                   { background:url(../images/btn_prev.jpg) no-repeat 0 0; margin-top:-58px; width:35px; height:102px; top: 50%; left: 0; cursor: pointer; }
.anythingSlider .forward:hover          { background-position: 0 -102px; }
.anythingSlider .back:hover             { background-position: 0 -102px; }

#thumbNav                               { position: fixed; bottom: 0; text-align: center; width:472px; left:50%; margin-left:-73px }
#thumbNav a                             { color: black; width:21px; height:35px; font: 11px/18px Georgia, Serif; display: inline-block; margin: 0 5px 0 0; background: url(../images/btnslide.jpg) no-repeat 0 0; text-align: center; line-height:40px }
#thumbNav a:hover                       { background-position: 0 -35px; color:#fff }
#thumbNav a.cur                         { background-position: 0 -35px; color:#fff }

/*#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 623px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }*/

/*selziona il primo della lista e fallo sčparire*/
/*
  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; }