        #ticker-container {
        position:relative;
        overflow:hidden;
        width: 150px;
        height: 300px;
        background-color: #ffffff;
        background-repeat: repeat;
        padding: 2px;
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#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: 10px;
            font-weight: normal;
            color: #000000;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 11;
            font-weight: normal;
            color: #cc6633;
            text-decoration: none;
            padding-left: 2px;
			font-weight: bold;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: 11;
            color: #3333ff;
            text-decoration: none;
            padding-left: 2px;
			font-weight: bold;
        }


        