#twitter 
{ 
    width:370px; /*290 272px; */
    height:300px; 
    position: fixed; 
    top: 300px; 
    left: -320px;
    overflow: hidden; 
    z-index:999999999;
	/*background-color: #bbddff;*/
} 

#twitpan 
{ 
	width:320px;
    float: left; 
	background-color: #bbddff;
} 

#twitter img 
{ 
    float: left; 
    cursor: pointer; 
		border: 0px;
}
