#twitter_index{
background:#C0DEED url(../imagens/bg_twitter_index.gif) no-repeat;
float:left;
width:163px;
height:auto !important;
height:500px;
min-height:500px;
padding-left:5px;
margin-bottom:10px;
}
	#juitterContainer{
	float:left;
	width:160px;
	margin-top:48px;
	}
	
	#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
	
	/* Bellow the list of tweets "<li>" */
	
	/*#juitterContainer .twittLI{list-style:none;background:#EEFDEA;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;height:55px;} */
		#juitterContainer .twittLI{
	list-style:none;
	margin:0;
	border-bottom:dashed 1px #999;
	padding:4px;
	clear:both;
	margin-below:6px;
	font-size:11px;
	color:#000;
	}
	#juitterContainer .twittList SPAN.time{color:#777;font-size:10px}
	#juitterContainer .twittList a{color:#0da4c9;} /*Links inside the tweets list */
	
	/* Bellow the CSS for the avatar image  */
	
	#juitterContainer .juitterAvatar{float:left;background:#FFF;margin-right:3px;padding:1px;width:40px;height:40px;}
	
	#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/
	
	#juitterContainer .extLink{} /*CSS for the external links*/
	
	#juitterContainer .hashLink{} /*CSS for the hash links*/
	
	

	#juitterContainer img{
	width:48px;
	height:48px;
	}
