/*
    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: 900px; height: 140px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 140px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #ffffff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 140px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { }
.anythingSlider .forward                { }
.anythingSlider .back                   { }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

#thumbNav                               { position: relative; top: 122px; text-align: center; }
#thumbNav a                             { width:22px; ;color: #ffffff; font-family: Trebuchet MS; font-size:8pt;text-decoration:none; line-height:22px; display: inline-block; padding: 0px; height: 22px; margin: 0 5px 0 0; background: #ffffff url('../images/boll1.gif') repeat-x; text-align: center;}
#thumbNav a:hover                       { width:22px; ;color: #ffffff; font-family: Trebuchet MS; font-size:8pt;text-decoration:none; line-height:22px; display: inline-block; padding: 0px; height: 22px; margin: 0 5px 0 0; background: #ffffff url('../images/boll2.gif') repeat-x; text-align: center;}
#thumbNav a.cur                         { width:22px; ;color: #ffffff; font-family: Trebuchet MS; font-size:8pt;text-decoration:none; line-height:22px; display: inline-block; padding: 0px; height: 22px; margin: 0 5px 0 0; background: #ffffff url('../images/boll3.gif') repeat-x; text-align: center;}

#start-stop                             { width:51px; ;color: #ffffff; font-family: Trebuchet MS; font-size:8pt;text-decoration:none; line-height:22px; display: inline-block; padding: 0px; height: 22px; margin: 0 5px 0 0; background: #ffffff url('../images/pausar3.gif') repeat-x; text-align: center; position: absolute; right: 45px; top: 140px;}
#start-stop.playing                     { width:51px; ;color: #ffffff; font-family: Trebuchet MS; font-size:8pt;text-decoration:none; line-height:22px; display: inline-block; padding: 0px; height: 22px; margin: 0 5px 0 0; background: #ffffff url('../images/pausar1.gif') repeat-x; text-align: center;}
#start-stop:hover                       { width:51px; ;color: #ffffff; font-family: Trebuchet MS; font-size:8pt;text-decoration:none; line-height:22px; display: inline-block; padding: 0px; height: 22px; margin: 0 5px 0 0; background: #ffffff url('../images/pausar2.gif') repeat-x; text-align: center;}

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