/*
    anythingSlider v1.2
    
    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: 580px; height: 400px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 560px; overflow: auto; height: 400px; margin: 0 10px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 !important; height: 317px; width: 560px; margin: 0; background: none !important;}
.anythingSlider .arrow                  { display: block; height: 317px; width: 8px; background: url(/schwaiger/fileadmin/templates/_data/img/plugin/anything_slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 130px; right: 0px; }
.anythingSlider .back                   { background-position: -8px 130px; left: -0px; }


.news_preview_text { margin-top: 20px }

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