#twitter-ticker{
	width:200px !important;
	height:300px;
	background:url(../imgs/slickbg.png) no-repeat #f5f5f5;
	color:#666666;
	/*display:none;*/
	
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:left;
}

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

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

#top-bar{
	height:45px;
	background:url(../imgs/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	
	-moz-border-radius:6px 6px 0 0;
}
	#top-bar h4 {
		padding-left:50px !important;	
	}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	font-size:11px;
	
	border:1px solid #F0F0F0;
	background:url(../imgs/transparent.png);
	
	width:auto;
	overflow:hidden;
}

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

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


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

.tweet .txt{
	font-size:11px;
	clear:both;
}

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

.tweet a, .tweet a:visited {
	font-size:11px;
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

.tweet a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}
