#ticker-container {
	position:relative;
	overflow:hidden;
	width: 190px;
	height: 150px;
	background-color: #EEEEEE;
	background-repeat: repeat;
	padding-top:50px;
	border:#FFFFFF;
	
}
	
#ticker {
	position:relative;
	width:190px;
}
	
#ticker ul {
	padding:2px;
	margin:0;
	list-style-type:none;
}
	
#ticker ul li {
   display:list-item;
   margin: 1px;
   padding: 0;
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
   color: #000033;
}
	
#ticker ul li a {
   font-family: verdana;
   font-size: 10px;
   font-weight: normal;
   color: #3300ff;
   text-decoration: none;
   padding-right: 5px;
}
        
#ticker ul li a:hover {
   font-family: verdana;
   font-size: 10px;
   color: #ff0000;
   text-decoration: none;
   padding-right:5px;
}        