/*
    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: 250px; position: relative;}
.anythingSlider .wrapper                { width: 630px; overflow: hidden; height: 250px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 630px; margin: 0; }
.anythingSlider .arrow                  { /*display: none;*/ height: 25px; width: 25px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px;
                                            position: absolute; top: 215px; cursor: pointer; z-index:3;}
.anythingSlider .forward                { background-position: -25px 0; right:0  }
.anythingSlider .back                   { background-position: 0 0; left:0 }
.anythingSlider .forward:hover          { background-position: -25px -25px }
.anythingSlider .back:hover             { background-position: 0 -25px }

/*
#thumbNav                               { position: relative; top: 215px; right:-260px;  text-align: center; z-index: 1; }
#thumbNav a                             { margin-right: 5px; background: url("../images/css/Botones-slideshow.png") no-repeat; overflow: hidden; height: 21px; width: 25px; background-position: 0px 0px; color: black; font-size:12px; color: white; font-weight:bold; padding-top: 4px; display: inline-block; height: 21px; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       {  }
#thumbNav a.cur                         { background: url("../images/css/Botones-slideshow.png") no-repeat; overflow: hidden; height: 21px; width: 25px; background-position: -25px 0px;}
*/
#thumbNav                               { position: relative; top: 210px; left:0px; text-align: right; z-index: 2; height:40px; background:#333; padding-right:25px; float:right; }


#thumbNav a                             { margin-right: 5px;  margin-top:11px; overflow: hidden; height: 21px; width: 15px; color: black;
                                        font-size:14px; font-weight:bold; float:left; height: 21px; text-align: center;
                                        -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
                                        -webkit-border-bottom-left-radius: 5px; color:#666;}
#thumbNav a:hover                       {  }
#thumbNav a.cur                         { height: 21px; color:#fff}

#start-stop
{
    display:none;
	background: url("../images/css/Botones-slideshow.png") no-repeat; background-position: 0px -25px;
	background-repeat: repeat-x; color: white;
	height: 25px; width: 25px;
	text-align: center;
	position: absolute;
	right: 110px;
	top: 215px;
	z-index: 1;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}


#start-stop.playing                     {
	background: url("../images/css/Botones-slideshow.png") no-repeat;
	background-position: -25px -25px;
}
#start-stop:hover                       { }

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

.bajada-imagen-slider {
height:45px;
position:relative;
top:-45px;
width:630px;
z-index:2;
}
.texto-bajada-imagen-slider {
color:white;
font-size:14px;
font-weight:bold;
padding-left:25px;
}
.texto-bajada-imagen-slider a {
color:white; display:block; height:45px; line-height:45px
}

.anythingSlider .texto-bajada-imagen-slider {background:#333}
