div#switch-scroller { position:relative; width:770px; height:180px; overflow:hidden; background:url(img/bg-repeat.jpg) repeat-x; margin-top:10px; }

div#scroller-rahmen { position:absolute; top:0px; left:32px; }

div#scroller-bilder { white-space: nowrap; }

div.scroller-bildblock { position: relative; width:101px; height:180px;  
	background:url(img/bg-block.jpg) no-repeat; float:left;    }

div.scroller-bildblock div.schalter { position:absolute; top:34px; left:14px; }
div.scroller-bildblock div.schalter a { display:block; width:73px; height:1px; padding-top:87px; overflow:hidden; }
div.scroller-bildblock div.schalter a:link,
div.scroller-bildblock div.schalter a:visited,
div.scroller-bildblock div.schalter a:active { background:url(img/icon.gif) no-repeat; }
div.scroller-bildblock div.schalter a.on:link,
div.scroller-bildblock div.schalter a.on:visited,
div.scroller-bildblock div.schalter a.on:active,
div.scroller-bildblock div.schalter a:hover { background:url(img/icon-on.gif) no-repeat; }

div.scroller-bildblock div.thumb { position:absolute; top:49px; left:14px; }

div#scroller-pfeil-links { position:absolute; top:0px; left:0px; width:45px; height:180px;
	background:url(img/bg-pfeil-links.png) no-repeat; }
div#scroller-pfeil-links a { position:absolute; top:71px; left:8px; display:block;
	width:29px; height:1px; padding-top:28px; overflow:hidden; }
div#scroller-pfeil-links a:link,
div#scroller-pfeil-links a:visited,
div#scroller-pfeil-links a:active { background:url(img/pfeil-links.gif) no-repeat; }
div#scroller-pfeil-links a:hover { background:url(img/pfeil-links-on.gif) no-repeat; }
	
div#scroller-pfeil-rechts { position:absolute; top:0px; left:725px; width:45px; height:180px;
	background:url(img/bg-pfeil-rechts.png) no-repeat; }
div#scroller-pfeil-rechts a { position:absolute; top:71px; left:9px; display:block;
	width:29px; height:1px; padding-top:28px; overflow:hidden; }
div#scroller-pfeil-rechts a:link,
div#scroller-pfeil-rechts a:visited,
div#scroller-pfeil-rechts a:active { background:url(img/pfeil-rechts.gif) no-repeat; }
div#scroller-pfeil-rechts a:hover { background:url(img/pfeil-rechts-on.gif) no-repeat; }

img { border:none; }

* html div#scroller-pfeil-rechts  { background:url("img/bg-pfeil-rechts.gif")!important; }
* html div#scroller-pfeil-links  { background:url("img/bg-pfeil-links.gif")!important; } 

