
#twitterContainer { padding:5px; border-bottom:5px solid #ccc; }
#twitterWidget { 
	width:100%;
	padding:5px;
	}
	
	#twitterWidget a.ctrls {
		display:block;
		height:21px;
		width:74px;
		float:right;
		margin:7px 2px 0 2px;
		padding:0;
		background-position: 0 -21px;
		background-repeat: no-repeat;
		}
		#twitterWidget a.ctrla {
			background-image: none;
		}
		#twitterWidget a.ctrlb {
			background-image: none;
			margin-right:10px;
		}
		#twitterWidget a.on {
			background-position: 0 0px;
		}
		#twitterWidget a span {
			display:none;
		}
	
	#juitterContainer{ clear:right;} /*Juitter container*/

	#juitterContainer .twittList{
		margin:0px 0px 0 0px;padding:0;
		} /* UL that will contain the list of tweets */
	
	/* Bellow the list of tweets "<li>" */
	#juitterContainer P.load { 
		width:70%;
		margin:40px auto;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	#juitterContainer .twittLI{
		list-style:none;
		margin:0;
		padding:5px 0 0 0;
		border-bottom:dotted 0px #ccc;
		clear:both;
		height:42px;
		font-size:7.5pt;
		line-height:1.1em;
		letter-spacing:0em;	
		color:#333;
		font-family:Tahoma, Geneva, sans-serif;
		background-image:none;
		} 
	
	#juitterContainer .twittList A{color:#0066cc;font-weight:bold;} /*Links inside the tweets list */
	
	/* Bellow the CSS for the avatar image  */
	
	#juitterContainer .juitterAvatar{
		float:left;
		border:solid 1px #333;
		margin:3px 5px 0 0;
		width:30px;
		height:30px;}
	
	#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*/
	
		
