.tweetbox {
	/*border: dotted red 1px;*/
	float:left;	
	/*margin:0 auto;*/
	margin:0 auto;
	margin-right: -2px;
	width: 480px;
	height:50px;
	position:relative;
	/*overflow:auto;*/ /* allow scrollbar */
}
#tweetboxholder{
	/*border: solid 1px red;*/
	width: 30px 0;
	padding-left: 50px;
}

img.twitterboxicon{
	float: left;
	margin: 15px;
}
.tweets{
	overflow: hidden;
	height: 50px;
}
.tweet{
	/*border: solid green 1px;*/
	display: table; 
	position: static;
}
.tweetText{
	display: table-cell; 
	vertical-align: middle; 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}
a.tweetLink{
	color: #fff;
	text-decoration: none;
}
a.tweetLink:hover{
	text-decoration: underline;
}