
#ticker-container {
	pointer-events: auto;
	display: inline-block;
	z-index: 4;
	position: absolute;
	top: 60px;
	left: 60px;
	overflow: hidden;
	width: 270px;
	height: 376px;
	background-color: transparent;
	padding: 2px;
	text-align: left;
	color: #000;
	text-shadow: 0 0 3px #FFF;
}

#ticker {
	position: absolute;
	width: 270px;
	margin: 2px;
}

#ticker ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

#ticker ul li {
		display: list-item;
		margin-top: 1px;
		margin-bottom: 1px;
		padding-top: 1px;
		padding-bottom: 1px;
		font-family: verdana;
		font-size: medium;
		font-weight: normal;
		color: #000000;
		padding-left: 2px;
}

#ticker ul li a {
		font-family: verdana;
		font-size: medium;
		font-weight: normal;
		color: #000000;
		text-decoration: underline;
		padding-left: 2px;
}
	
#ticker ul li a:hover {
	font-family: verdana;
	font-size: medium;
	color: #222222;
	text-decoration: none;
	padding-left: 2px;
}
