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


#page-wrap .anythingSlider                         { width: 980px; margin: 0 auto 15px; }
#page-wrap .anythingSlider .envoltorio             { width: 980px; overflow: auto; height: 220px; margin: 0 0px; position: absolute; top: 0; left: 0; }
#page-wrap .anythingSlider .envoltorio ul          { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
#page-wrap .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 130px; width: 200px; margin: 0; }
#page-wrap .anythingSlider .arrow                  { display: block; height: 130px; width: 23px; background: url(../images/arrows_perdidos.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
#page-wrap .anythingSlider .forward                { background-position: 0 -28px; right: 0px; }
#page-wrap .anythingSlider .back                   { background-position: -111px -28px; left: 0px; }
#page-wrap .anythingSlider .forward:hover          { background-position: 0px -235px; }
#page-wrap .anythingSlider .back:hover             { background-position: -111px -235px; }

#page-wrap #thumbNav         {display:none;}

#page-wrap #start-stop   {display:none;}

/*
  Prevents
*/
#page-wrap .anythingSlider .envoltorio ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#page-wrap .anythingSlider .envoltorio ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Tuneo modulo */
#page-wrap .anythingSlider .envoltorio #introtexto {
width:170px;	
font-size:16px;
font-weight:lighter;
}
#page-wrap .anythingSlider .envoltorio a:link,
#page-wrap .anythingSlider .envoltorio a:visited {
color:#f1f1f1;
text-decoration:none;
}
#page-wrap .anythingSlider .envoltorio a:hover {
text-decoration:underline;	
}
#cintillo-todos-especiales {
width:980px;
height:25px;
border-bottom:1px solid #f1f1f1;
float:left;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
text-transform:uppercase;
margin-bottom:5px;
}
