/*
    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: 990px; height: 320px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 936px; overflow: auto; height: 320px; margin: 0 28px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 180px; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 320px; width: 480px; padding: 0px 45px; border-left: 1px dotted #000; position: relative; }
.anythingSlider .arrow                  { display: block; height: 45px; width: 45px; background: url(img/flechas-slide.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 137.5px; cursor: pointer; }
.anythingSlider .forward                { background-position: -45px 0; right: 0px; }
.anythingSlider .back                   { background-position: 0 0; left: 2px; }
.anythingSlider .forward:hover          { background-position: -45px -45px; }
.anythingSlider .back:hover             { background-position: 0px -45px; }
#start-stop                             { display: 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; }

.anythingSlider ul li dl {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
width: 400px;
height: 120px;
top: 190px;
left: 60px;
display: block;
background: transparent url(img/1px-negro-alfa.png) repeat;
padding: 0 25px;
}

.anythingSlider ul li a,.anythingSlider ul li a:hover,.anythingSlider ul li a:active,.anythingSlider ul li a:visited {
color: #fff;
text-decoration: none;
}

.anythingSlider ul li dl dt {
color: #fff;
font-size: 3em;
font-weight: bold;
margin: 20px 0 10px 0;
}

.anythingSlider ul li dl dd {
color: #fff;
font-size: 1.1em;
font-weight: normal;
margin: 5px 0 20px 0;
}