#twitter-ticker
{
	float: left;
	width:236px;
	/*height:300px;*/
	/*background:url(img/slickbg.png) no-repeat #f5f5f5;*/
	background: #fff;
	color:#000000;
	font-family: Trebuchet MS;
	line-height: 1.1em;
	display:none;
	text-align:left;
	margin-left: 18px;
	margin-top: 16px;
}

.twitLogo
{
	width: 72px;
	height: 16px;
}

#tweet-container{
	/*height:230px;*/
	width:236px;
	overflow:hidden;
	
}

.tweet{
	padding-top: 10px;
	padding-bottom: 20px;
	
	border-bottom:1px solid #DADADA;
	/*background:url(img/transparent.png);*/
	
	width:222px;
	
	/*overflow:hidden;*/
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .user { clear: left; }

.tweet .time{
	font-size:8pt;
	color:#666666;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
	font-size: 9pt;
}

.tweet .user{
	font-size:9pt;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}
