/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	background:#202834 url(..sonstige/loading.gif) no-repeat 50% 50%;
	            		<img src="../images/header/ss_1.jpg" alt="" title="Gruppenreisen in die Pfalz" />
            			<img src="../images/header/ss_2.jpg" alt="" title="Gemeinsam die Pfalz entdecken" />
            			<img src="../images/header/ss_3.jpg" alt="" title="Erholsam, naturnahe, individuell..." />
            			<img src="../images/header/ss_4.jpg" alt="" title="Rasant, sportlich, einzigartig..." />
            			<img src="../images/header/ss_5.jpg" alt="" title="Spitzenweine aus urigen Weing&uuml;tern..." />
            			<img src="../images/header/ss_6.jpg" alt="" title="...formvollendet als Sekt mit Freu(n)den genie&szlig;en!" />
            			<img src="../images/header/ss_7.jpg" alt="" title="Die Pfalz lädt zum Erholen ein" />
            			<img src="../images/header/ss_8.jpg" alt="" title="Individuelle Touren lassen keine Wünsche offen... " />	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:-60px;
}
.nivo-controlNav a {
	display:block;
	width:31px;
	height:23px;
	background:url(../sonstige/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position: -31px 0;
}

.nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background: url(../sonstige/next.png);
	right:10px;
}
a.nivo-prevNav {
	background: url(../sonstige/prev.png);
	left:10px;
}