#twitter_div{
	position:relative;
}
.tweet {
	font-size:10px;
	height:76px;
	overflow-y:scroll;
	overflow-x:hidden;
	position:absolute;
	right:5px;
	top:34px;
	width:214px;
}
ul.tweet_list {
	width:180px;
	padding:0;
	height:76px;
	margin:0 0 0 3px ;
}
.tweet_even, .tweet_odd {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom:1px solid #E4F1F7;
	text-align:left;
}
.tweet_even a, .tweet_odd a {
	font-size:10px !important;
}
