.tx-kiwislider-pi1 {
/*	width: 620px;*/
/*  width: 100%;*/
  width: 778px;       /* wird ueber TS gesetzt */
/*  height: 330px;*/  /* wird ueber TS gesetzt */
/*	margin: 18px auto 0 auto;*/
	margin: 0 auto;
	position: relative;
}

.tx-kiwislider-pi1 .scroll {
/*	width: 620px;*/
  width: 778px;
/*	height: 250px;*/
  height: 340px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.tx-kiwislider-pi1 .scrollContainer div.panel {
	padding: 0 20px 0 0;
/*	height: 210px;*/
	height: 340px;
/*	width: 580px;*/
/*  width: 738px;*/		/* 778px - 2x 20px padding */
	width: 778px;
}

.tx-kiwislider-pi1 ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tx-kiwislider-pi1 ul.navigation a:focus {
	outline: none;
}

.tx-kiwislider-pi1 .hide {
	display: none;
}

/* Navigation */
.tx-kiwislider-pi1 h1 {
/*	font-weight:normal;*/
/*	margin:0;*/
/*	padding:10px 0px 0px;*/
}
.tx-kiwislider-pi1 ul.navigation {
display: none;
	padding-bottom: 9px;
}
.tx-kiwislider-pi1 ul.navigation li {
	display: inline;
	margin-right: 10px;
}

.tx-kiwislider-pi1 ul.navigation a {
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.tx-kiwislider-pi1 ul.navigation a:hover {
	background-color: #f6f6f6;
}

.tx-kiwislider-pi1 ul.navigation a.selected {
	background-color: #e2e2e2;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}

#center .tx-kiwislider-pi1 img.scrollButtons {
	text-indent:-9999px;
	display:block;
	background:url() no-repeat center;
/*	width:16px;*/
/*	height:16px;*/
	position: absolute;
/*	top: 150px;*/		/* vertikale Zentrierung */
	top: 323px;				/* Ausrichtung am Boden des Sliders */
	cursor: pointer;
}
#center .tx-kiwislider-pi1 img.scrollButtons.left {
	left: -32px;
}
#center .tx-kiwislider-pi1 img.scrollButtons.right {
	right: -32px;
}

/* oben noch mehr CSS-Regeln fuer diese Klasse */
.tx-kiwislider-pi1 .scroll {
/*	border:2px solid #e2e2e2;*/
  border: none;
}
