.ticker { 
	text-align: center; 
	height: 30px; 
	font-size: 11pt;
	color: black;
	font-weight: bold;
}

.ticker img { vertical-align: text-bottom; }

.ticker-div { 
	border: 5px outset rgb(152, 191, 33); 
	padding: 10px; 
	background-color: #eeffff; 
	position: absolute; 
	z-index: 999; 
	left:0; 
	width: 100%; 
}
