  
 .twitterHolder{
   height:266px;
   width:251px;
   overflow:hidden;
   position:relative;

   float:left;
 
   background:url(/custom/public/customimages/bgTwitter.png); 
   margin-left:1px;
 }
 .twitterHeader{
   position:absolute;
   top:0px;
   left:0px;
   width:212px;
   height:24px;
   color:#FFFFF;
   z-index:2;
   background:#4BC1EA;
   text-align:center;
 }
 .twitterContent{
   position:absolute;
   top:-30px;	
   left:-1px;
   width:212px;
   height:350px;
   color:#FFFFF;
   z-index:1; 
 }
 .twitterFooter{
   display:none;
 }
 
.realTWTitle{
    margin-top:10px;
}
.realTWHolder{
  outline:0px solid #000000;
  background:#ffffff;
   height:266px;
   width:251px;
  overflow:hidden;
  margin-top:0px;
  margin-left:0px;
}
  
