#twitterEmbed {
	/*position:absolute;/*
	/*top:16px;*/
	/*left: 1010px;*/
}

h2.tut {
	color:white;
	font-size:13px;
	padding:7px 0 0 58px;
	text-shadow:2px 1px 6px #333333;
	text-transform:uppercase;
}

#twitter-ticker {
	width:182px;
	height:350px;
	background:url(/sixcms/media.php/4848/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:330px;
	width:auto;
	overflow:hidden;
}

#twitIcon {
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar a {
	height:44px;
	width: 182px;
	background:url(/sixcms/media.php/4848/twitter_off.jpg) no-repeat;
	
	position:relative;
	margin-bottom:8px;
	
	display: block;
}

#top-bar a:hover {
	background:url(/sixcms/media.php/4848/twitter_on.jpg);
}

.tweet {
	padding:5px;
	margin:0 8px 8px;
	border:1px solid #F0F0F0;
	/*background:url(/sixcms/media.php/4848/transparent.png);*/
	background-color:#FFFFFF;
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

.tweet a, .tweet a:visited {
	color:#005AA9;
	text-decoration:underline;
	outline:none;
}

.tweet a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}
