#feature {
	width: 713px;
	height: 302px;
	overflow: hidden;
	position: relative;
	background-color: #111;
}
	#feature_info {
		width: 100%;
		background-color: #293c4d;
		border-top: 1px solid #4a5055;
		opacity: 0.8;
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 58px;
		line-height: 58px;
		font-size: 12px;
		color: #fff;
		text-shadow: 1px 1px 1px #000;
		-webkit-box-shadow: 0px -1px 5px #111;
		-moz-box-shadow: 0px -1px 10px #000;
	}
	#feature_info .left {
		background-image: url(../images/feature_separate.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		height: 58px;
		line-height: 58px;
		font-size: 20px;
		padding: 0px 40px 0px 20px;
		margin-right: 10px;
		background-color: #21303e;
		opacity: 0.8;
		float: left;
	}
		#feature_info ul li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
	#feature ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		position: relative;
		left: 0px;
	}
		#feature_images li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			float: left;
			width: 713px;
			overflow: hidden;
		}
		
#twitter_box, #street_team_box {
	width: 226px;
	float: left;
	margin-right: 14px;
	min-height: 180px;
}