/* container for slides */
#flowpanes {
	position:relative;
	height:350px;
	width:100%;
	float:left;
}

/* single slide */
#flowpanes div.produktFull {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 7px;
	height: 350px;
	font-size:12px;
}
