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


#imaxes-portada                         { width: 750px; height: 480px; position: relative; }
#imaxes-portada .wrapper                { width: 650px; overflow: auto; height: 505px; margin: 0 40px; position: absolute; top: 0; left: 0; }
#imaxes-portada .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
#imaxes-portada ul li                   { display: block; float: left; padding: 0; height: 480px; width: 650px; margin: 0; }
#imaxes-portada .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 200px; cursor: pointer; }
#imaxes-portada .forward                { background: url(../img/slide-seg.png) no-repeat; right: -20px; }
#imaxes-portada .back                   { background: url(../img/slide-ant.png) no-repeat; left: -20px; }

#thumbNav                               { display: none; }
#start-stop                             { display: none; }
