
#ticker-container {
	position:relative;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	width: 286px;
	height: 180px;
	background-color: #000000;
	background-repeat: repeat;
	padding: 6px;
	border: 1px solid #000;
}

#ticker {
	position:relative;
	width:280px;
}

#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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0787DD;
}

#ticker ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
	
#ticker ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}


	
