

/*    anythingSlider v1.2   */


.anythingSlider                         { width: 530px; height: 360px; position: absolute; margin-top: 40px; background-color: transparent;}
.anythingSlider .wrapper                { width: 450px; overflow: hidden; height: 338px; margin: 0; position: absolute; top: 0px; left: 40px; border: 1px solid black;}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left:0 ; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 338px; width: 450px; margin: 0;}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url("../imagenes/arrows.png") no-repeat 0 0; text-indent: -9999px; position: absolute; top: -265px; cursor: pointer;}
*html .anythingSlider .arrow            { display: block; height: 200px; width: 67px; background: url("../imagenes/arrows.gif") no-repeat 0 0; text-indent: -9999px; position: absolute; top: -265px; cursor: pointer;} /* PARA IEXPLORER 6 */
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -18px; }
*html .anythingSlider .back             { background-position: -67px 0; left: -160px; } /* PARA IEXPLORER 6 */

.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 340px; text-align: center; }
.thumbNav li                            { display: inline;}
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 18px; height: 16px; margin: 0 5px 0 0; background-image: url("../imagenes/num1.jpg"); text-align: center;}
*html .thumbNav a                       { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 1px 18px; height: 16px; margin: 0 5px 0 0; background-image: url("../imagenes/num1.jpg"); text-align: center;}

.thumbNav a:hover                       { background-image: url("../imagenes/num3.jpg")}
.thumbNav a.cur                         { background-image: url("../imagenes/num2.jpg")}

.start-stop                             { z-index: 10; background-image: url("../imagenes/inicia.jpg"); color: white; padding: 2px 5px; width: 40px; text-align: center; font: 11px/18px Georgia, Serif; position: absolute; right: 45px; top: 340px;}
.start-stop.playing                     { background-image: url("../imagenes/para.jpg"); }
.start-stop:hover                       { }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: hidden; width: 500px; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: 500px; background: none; }







