/* lpo-791-teaser */

.teaser{
		width:790px;
		height:200px;
		position:relative;
}

.teaser ul {
	position:absolute;
	top:128px;
	left:528px;
	white-space:nowrap;
	margin:0;
	padding:0;
	}
	
.teaser ul li{
	display:inline;
}

.teaser ul a{
	color:#ffffff;
	text-decoration:none;
	padding-right:63px;
	font-size:19px;
}

.teaser ul a:hover{
	text-decoration:underline;
}
