/*
    anythingSlider v1.2
    
    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: 305px; position: relative; margin: 50px auto 15px;}
.anythingSlider .wrapper                { width: 900px; overflow: auto; height: 305px; margin: 0; position: absolute; top: 0; left: 0;}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: -40px; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../imgs/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 70px; cursor: pointer; z-index: 1000000; }
.anythingSlider .forward                { background-position: 0 0; right: -65px; }
.anythingSlider .back                   { background-position: -67px 0; left: -65px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: -45px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: #333; font: 12px/18px arial, sans-serif; display: inline-block; padding: 5px 10px; height: 18px; margin: 0 5px 0 0; background: #eee; text-align: center; -moz-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-border-radius: 5px; text-decoration:none; }
.thumbNav a.cur                         { background: #ffd900; }

.start-stop                             { z-index: 10; background: #d1d1d1; color: white; padding: 2px 5px; width: 70px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; color: #000; text-decoration: none; display: none; }
.start-stop.playing                     { background: #ffd900; }


/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; color: #333; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; color: #333; }

/* Contenidos */
.anythingSlider .texto{width: 400px; float: left;  padding: 10px; font-size: 11px; line-height: 14px; color: #333; }
.anythingSlider .img{width: 480px; overflow:hidden; float: left; }