/* abgeleitet von http://static.flowplayer.org/tools/css/tabs-slideshow.css */
@CHARSET "UTF-8";

/* container for slides */
.images {
	position: relative;
	width:601px;
	height: 300px;
	cursor:pointer;
}

/* single slide */
.pane {
	position: absolute;
	top: 0px;
	left: 0px;
	width:601px;
	display:none;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	/* margin-left:330px; */
}

/* single tab */
.slidetabs a {
	width:25px;
	height:31px;
	float:left;
	background:url(sichtbar_punkt.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
	/*background:url(aktiv_punkt.png) 0 0 no-repeat;*/
}

/* active state (current page state) */
.slidetabs a.current {
	background:url(aktiv_punkt.png) 0 0 no-repeat;
}


/* prev and next buttons */
.forward {

	/*background:transparent url(sichtbar_weiter.png) no-repeat;*/
	display:block;
	width:31px;
	height:31px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	clear:right;
}

.backward {

	/*background:transparent url(sichtbar_zurueck.png) no-repeat;*/
	display:block;
	width:31px;
	height:31px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
}

.forward:hover {
	/*background: transparent url(aktiv_weiter.png) no-repeat;*/
}

.forward:active {
	/*background: transparent url(aktiv_weiter.png) no-repeat;*/
}

.backward:hover {
	/*background: transparent url(aktiv_zurueck.png) no-repeat;*/
}

.backward:active {
	/*background: transparent url(aktiv_zurueck.png) no-repeat;*/
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden;
}

.play {
	width: 28px;
	height: 31px;
	/*background: transparent url(sichtbar_play.png) no-repeat;
*/}

.play:hover {
	/*background: transparent url(aktiv_play.png) no-repeat;
*/}

.stop {
	width: 28px;
	height: 31px;
	/*background: transparent url(sichtbar_pause.png) no-repeat;
*/}

.stop:hover {
	/*background: transparent url(aktiv_pause.png) no-repeat;
*/}

/****************************************************************************/

.keyvisuals {
	position: relative;
	width:1266px;
	height: 275px;
}

.keyvisuals .pane {
	width:1266px;
}

.kv_slidetabs {
	display: none;
}
