
#stage {
	height: 240px;
	width: 721px;
	overflow: hidden;
	margin-bottom: 24px;
}

#stage ul.posters {
	float: left;
	width: 447px;
	position: relative;
}

#stage ul.posters li {
	position: absolute;
	top: 0;
	left: 0;
}

#stage ul.links {
	float: left;
	width: 274px;
	border-top: 2px dotted #222;
}

#stage ul.links li {
	border-bottom: 2px dotted #222;
	padding-left: 12px;
	width: 262px;
	height: 55.5px;
	padding-top: 2px;
}

/* PROTOSTIL für aktive Link-li's */

#stage ul.links li.active a {
	display: inline;
}

/* PROTO-Ende */

#stage ul.links h4 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.333;
}

#stage ul.links a {
	font-size: 0.875em;
	line-height: 1.643;
	display: none;
}
