#twitter-ticker{
	width:300px;
	height:100px;
	display:none;
	margin-top: 20px;
	text-align:left;
	float: left;
}

#tweet-container{
	height:150px;
	width:auto;
	overflow:hidden;
}
.tweet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #909090;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 20px;
	padding-right: 20px;
	margin:0;
	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
	float: right;
}


.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

#twitter-ticker a {
	font-family: Arial, Helvetica, sans-serif;
	color:#49b0d7;
	text-decoration:none;
	outline:none;
}

#twitter-ticker a:hover	{
	color: #ea8632;
}

#loading{
	margin:100px 95px;
}

