.tweet {
	width: 320px;
}

.tweet,
.query {
	font: 14px "myriad-pro-1","myriad-pro-2",Arial,Helvetica,sans-serif;
	color: #000;
}

.home-box #slideshow ul.slides li#twitter ul li {
	background: none;
	padding: 2px 0 0 2px;
	height: 77px;
	line-height: 15px;
}

	.tweet_list {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: scroll;
		background-color: #fff;
	}
	
		.tweet_list li {
			overflow-y: scroll;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
			border-bottom: 1px solid #e8e8e8;
			line-height: 14px;
		}
		
			.tweet_list li a {
				color: #0C717A;
			}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}

.follow {
	float: left;
	bottom: 25px;
	left: 177px;
	position: absolute;
}