.anythingSlider { 
	float: left;
	height: 310px;
	margin: 20px 0 0 -7px; 
	position: relative;
	width: 100%;
	}

.anythingSlider .wrapper {
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	
	height: 310px;
	left: 7px;
	overflow: auto; 	
	position: absolute;	
	width: 940px; 	
	}

 /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 940px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }
.anythingSlider .forward:hover          { display: none; }
.anythingSlider .back:hover             { display: none; }


#thumbNav {
	background: url(../_images/slider_beschriftung.png);
	height: 30px; width: 561px;
	left: 2px;	
	position: relative; 
	text-align: center;
	top: 254px;
	}
	
#thumbNav a {
	background: url(../_images/pager_inaktiv.png);
	display: inline-block; 
	font-size: 1px;	
	height: 22px; 
	left: 200px;
	margin: 30px 8px 0 0;
	position: relative;
	text-indent: -9999px;	
	width: 26px;
	}
	
#thumbNav a:hover {
	background: url(../_images/pager_aktiv.png);	
	text-decoration: none;
	}
	
#thumbNav a.cur { 
	background: url(../_images/pager_aktiv.png);
	height: 22px;
	}

#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; }