 #ticker-container {
        position:relative;
        overflow:hidden;
        width: 240px;
        height: 600;
        background-color: white;
        background-repeat: repeat;
        padding: 6px;
        border:  solid white;
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
		border: solid 1pt;
		width: 200px;
		background-color: #993300;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: 14px;
            font-weight: normal;
            color: white;
            padding-left: 6px;
            background-color: #993300;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 16px;
            font-weight: normal;
            color: blue;
            color: white;
            text-decoration: none;
            padding-left: 6px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: 16px;
            color: white;
            text-decoration: none;
            padding-left: 6px;
        }
