#twitter-wrapper{
width:400px;
height:60px;
position:absolute;
top:47px;
right:10px;
}
#twitter-ticker{
width:400px;
height:60px;
display:none;
text-align:left;
position:relative;
}
#twitter-ticker h2{
position:absolute;
top:9px;
left:7px;
z-index:100;
}
* html #twitter-ticker h2{
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
}
#twitter-ticker h2 a img{
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
}
#twitter-ticker h2 a:hover img{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
-moz-box-shadow:0 0 3px #ccc;
-webkit-box-shadow:0 0 3px #ccc;
box-shadow:0 0 3px #ccc;
}
#tweet-container{
height:60px;
width:auto;
overflow:hidden;
position:relative;
}

.tweet{
padding:3px;
margin:0 0 5px 30px;
border:1px solid #000;
background:url(img/transparent.png);
box-shadow:inset 0 0 3px #000000;
-moz-box-shadow:inset 0 0 3px #000000;
-webkit-box-shadow:inset 0 0 3px #000000;
width:auto;
overflow:hidden;
}
* html .tweet{
background:#000;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
/*	float:left;
*/}
.tweet a{
color:#5596FA;
}
.tweet .time{
text-transform:uppercase;
font-size:0.8em;
line-height:1em;
color:#AAAAAA;
white-space:nowrap;
}
.tweet .txt{
clear:both;
color:#f5f5f5;
font-size:1em;
line-height:1.1em;
}

#loading{
position:absolute;
top:10px;
left:180px;
/*margin:100px 95px;
*/}

/* The styles below are only necessary for the demo page */

