/*
    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: 870px;
	height: 260px;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-position: left bottom;
}
.anythingSlider .wrapper                { width: 822px; overflow: auto; height: 260px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;  overflow:hidden; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 264px; width: 825px; margin: 0;}

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; /*background: url(../img/arrows.png) no-repeat 0 0;*/ text-indent: -9999px; position: absolute; top: 35px; cursor: pointer; }
.anythingSlider .forward                { display:none; background-position: 0 0; right: -60px; }
.anythingSlider .back                   { display:none; background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 220px; text-align: right; }
#thumbNav a                             { color: black; font-size: 90%; display: inline-block; padding: 2px 8px; height: 35px; margin: 0 5px 0 0; background: url(../img/boton-destacados.gif) left top no-repeat; text-align: center;}

#thumbNav a:hover                       { background: url(../img/boton-destacados-activo.gif) left top no-repeat; color:#a40083; }
#thumbNav a.cur                         {  background: url(../img/boton-destacados-activo.gif) left top no-repeat; color:#a40083; }

#start-stop                             { 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; }
