#tweets ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#tweets li {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 5px 0px 5px; 
	margin-bottom: 10px;
	background-image: url("/pix/separator.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	}
.twitterPrefix {
	display: none;
	}
.twitterStatus {
	}
.twitterTime {
	display: block;
	position: relative;
	top: -3px;
	left: 0px;
	z-index: 0;
	font-style: italic;
	text-align: right;
	font-size: 10px;
	}

#tweets li img.profile_image {
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 0;
	width: 16px;
	height: 16px;
	}
