         #ticker-container {
	position:absolute;
	overflow:hidden;
	width: 596px;
	height: 17px;
       background-color: ;
	background-repeat: repeat;
	padding: 2px;
	border:  none;
	right: 0px;
	top: 0px;
        }
	
	#ticker {
	position:relative;
	width:2200px;
	height: 15px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		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: xx-small;
            font-weight: normal;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-size: xx-small;
            text-decoration: none;
            padding-left: 2px;
        }
        </style>

        
