	#ticker-container {    
		position:relative;
		overflow:hidden;
		width: 80px;
		height: 250px;
		background-repeat: repeat;
		padding: 2px;
		border:  1px solid #aaa;
		cursor:default;
		float:right;

    }
			
	
	#ticker {
		position:relative;
		/*width:50px;*/
	}
	
	#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;
            /*color: #ffffcc;*/
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            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;
	}