/*
    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: 560px; height: 360px; position: absolute; margin: 0 auto 15px; } */
#sponsorer .wrapper                { width: 186px; overflow: auto; height: 100px; margin: 0; position: relative;  top: 0; left: 0;  }
#sponsorer .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 15px 0 5px 0; }
#sponsorer ul li                   { display: block; float: left; padding: 0 200px 0 0; height: 80px; width: 186px; margin: 0; }
#sponsorer ul li blockquote        { color: #fff; font-size: 2.3em; font-family: Times New Roman; line-height: normal; }

/*
  Prevents
*/
#sponsorer .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#sponsorer .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
