/*
    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: 630px; height: 265px; position: relative; margin: 0 0 15px; background:url(img/bg-slide.gif) no-repeat top left;}
.anythingSlider .wrapper                { width: 630px; overflow: auto; height: 265px; 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; height: 238px; width: 630px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 20px; width: 20px; background:url(img/flecha-slide.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 234px; cursor: pointer; }
.anythingSlider .forward                { background-position: -20px 0; left: 594px;}
.anythingSlider .back                   { background-position: 0 0; left: 574px;}
.anythingSlider .forward:hover          { background-position: -20px -20px; }
.anythingSlider .back:hover             { background-position: 0 -20px; }

#thumbNav                               { position: relative; top: 235px; text-align: center; margin:0 70px; text-align:right; }
#thumbNav a                             { border-left:1px solid #dee0de; color: #666364; font: 12px Arial, Helvetica, sans-serif; padding:0 6px; text-decoration:none; margin:0;}
#thumbNav a:hover                       { color:#000 !important; text-decoration:none;}
#thumbNav a.cur                         { color:#008bcb;}

#start-stop                             { background: green; color: white; width: 40px; text-align: center; position: absolute; left:0; top:0; display:none;}
#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; }

