
	.tweet_list {

		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		text-transform: none;
		font: normal 12px "Arial";
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #0C717A;
			}
		
		.tweet_list .tweet_even {
			background-color: #c6c826;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			

	#ticker { display: block;}
      #ticker ul.tweet_list {
        height:55px;
        overflow-y:hidden;
      }
      #ticker .tweet_list li {
        height: 4em;
/*
        white-space: nowrap;
        text-overflow: ellipsis;
*/
      }
