
#my_twitter { float: left; }
/* #my_twitter a img {
	height: 48px;
    width: 48px;
    border: 1px solid #CCC;
} */
#my_twitter_statuses:before {
    float: left;
    display: block;
    width: 11px;
    height: 21px;
    margin-top: 0px;
    margin-left: -11px;
/*    content: url("white_triangle-left.png"); */
}
#my_twitter_statuses {
    position: relative;
    background-color: #000;
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}
#my_twitter_statuses li { 
	width:97%;
	position:relative;
	left:-5px;
	padding:0 5px;
	margin-bottom:10px;
} 
/* #my_twitter_statuses li.first { font-size: 11px; font-weight: normal; } */
#my_twitter_statuses li.odd { background-color: #1A1A1A; }
/* #my_twitter_statuses li.first span { font-size: 11px; font-weight: normal; } */
#my_twitter_statuses li span { font-style: italic; }