div.slider {padding: 1px 0 19px;}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:1000px;                    /*940px*/
	height:200px;
}
.kwicks li{
	width: 200px;                    /* Die Addition ergibt die Komplettbreite */
	height: 200px;                   /* Höhe (komplett) der Navigation */
	display: block;
	overflow: hidden;
	padding: 0;
	cursor:pointer;
	opacity:.7;
	filter: alpha(opacity=80);
}
.kwicks li.active {
	opacity:1;
	filter: alpha(opacity=100);
}
.kwicks.horizontal li {
	margin-right: 0;
	float: left;
	position: relative;
}
	.kwicks li span {
		display:block;
		position:absolute;
		top:0;
		right:0;
		height:370px;
		width:9px;
		background:url(../images/obst-schatten.png) no-repeat 0 0;
	}
	.kwicks li strong {
		position:absolute;
		bottom:0;
		left:0;
		display:block;
		height:45px;                    /* Höhe des grauen Balkens */
		width:100%;
		background:url(../images/obst-streifen2.png) repeat 0 0;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		line-height:45px;               /* Position der Schriftzeile im grauen Balken */
		text-transform:uppercase;
		color:#000000;                  /* #717b67 */
		padding:0 0 0 20px;	
		font-weight: normal;
	}
	.kwicks li:hover strong {
		color:#fff;
	}