 #ticker-container {
        position:relative;
        overflow:hidden;
        width: 135px;
        height: 100px;
        background-color: #FFFFFF;
        background-repeat: repeat;
        padding: 2px;
        border: 1px solid #008B3F;
        }
	
	#ticker {
		position:relative;
		width:130px;
	}
	
	#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;
            font-size: 8pt;
            font-weight: normal;
            /* color: ; */
            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;
        }

        
