
#ticker-container {
position:relative;
overflow:hidden;
width: 183px;
height: 100px;
background-color: #F2F2F2;
background-repeat: repeat;
padding: 2px;
border: 0px solid #9CC731;
}

#ticker {
position:relative;
width:170px;
margin-left:10px;
}

#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,Tahoma,Helvetica,sans-serif;
font-size: x-small;
font-weight: bold;
color: #C63039;
padding-left: 2px;
}

#ticker ul li a {
font-family: arial;
font-size: xx-small;
font-weight: normal;
color: ;
text-decoration: none;
padding-left: 2px;
}

#ticker ul li a:hover {
font-family: arial;
font-size: xx-small;
color: ;
text-decoration: none;
padding-left: 2px;
}

