@charset "utf-8";
/* CSS Document */

.anythingSlider                         { width: 950px; height: 343px; position: relative; margin: 0 auto; clear:both; }
.anythingSlider .wrapper                { width: 870px; overflow: auto; height: 324px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #fff; border-bottom: 3px solid #fff; margin: 0; padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 300px; width: 870px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; _background: url(../images/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 306px; _top: 308px; text-align: center; }
#thumbNav a {
	width:14px;
	color: black;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #FFF url(../images/thumbnav.gif) no-repeat;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#thumbNav a:hover, #thumbNav a.cur                     { background-image: url(../images/thumbnav-activo.gif);}
#start-stop {
	background: green;
	background-image: url(../images/go-sombra.gif);
	background-repeat: no-repeat;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 306px;
	_top: 308px;
	text-decoration:none;
	font-weight:bold;
	font-size:9px; }
#start-stop.playing                     { background-image: url(../images/stop-sombra.gif); }
#start-stop:hover						{ background-image: url(../images/go.gif); }
#start-stop.playing:hover               { background-image: url(../images/stop.gif); }

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