#twitter-ticker{
float: left;
width: 245px;
height: auto;
color:#999;
display:none;
text-align:left;
margin: 0px 0px 30px 0px;
padding: 0;
}

#twitter-ticker h3 {
font-size: 13px;
height: 21px;
line-height: 21px;
margin: 0;
padding: 0px 0px 0px 0px;
background: url(../pics/line.png) no-repeat bottom left;
}

#tweet-container {
height: auto;
width: auto;
overflow: hidden;
}

#twitIcon{
position:absolute;
top:-25px;
left:-10px;
width:64px;
height:64px;
}

.tweet{
padding: 5px 5px 12px 0px;
width:auto;
overflow:hidden;
background: url(../pics/line.png) no-repeat bottom left;
}

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

.tweet .time{
text-transform:uppercase;
font-size:10px;
color:#aaa;
white-space:nowrap;
}

.tweet .avatar img {
width: 36px;
height:36px;
border:2px solid #eeeeee;
margin:0 5px 5px 0;
}

.tweet .txt{
clear:both;
}

.tweet a {
color: #ccc;
font-size: 12px;
text-decoration: none;
}

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

#loading{
}