#lineups .wrap8{
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
	width:620px;
}
.wrap8 .lineuproll:first-child{
	margin-left:0;
}
.lineuproll {
	z-index: 100;
	float:left;
	width:193px;
	padding-top:10px;
	margin-left:20px;
}
.lineuproll .tstamp{
	display:none;
}
.lineuproll a {
	position: relative;
	background: transparent;
	z-index: 100;
}
.lineuproll a .summary {
	display: none;
}
.lineuproll .headline a:hover, .lineuproll .headline a:focus {
	z-index: 200;
	text-decoration:underline;
}
.lineuproll a:hover .summary, .lineuproll a:focus .summary {
	display: block;
	color: #191919;
	position: absolute;
	z-index: 300;
	top: 14px;
	left: 60px;
	width: 200px;
	padding: 5px;
	background: #f4f1c1;
	border: 1px solid #dadada;
}
.lineuproll h2{
	margin-bottom:7px;
	font-family:'DIN Next W02 Bold Cond', arial, sans-serif;
	font-size:30px;
	font-weight:normal;
}
.lineuproll h2 a{ color:#004990; }
.lineuproll h2 a em{ display:none; }
.lineuproll ul{
	list-style-type:none;
	width:405px;
}
.lineuproll ul li{
	float:left;
	display:inline;
	width:135px;
	margin-bottom:10px;
}
