#features {
	position: relative;
	float: left;
	background: #ccc;
	height: 383px;
	width: 680px;
	overflow: hidden;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

	#features h2 {
		display: none;
	}

	#features .featuredtitle {
		float: right;
		display: block;
		padding: 6px 5px;
	}

	#features .itemlinks {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 680px;
		z-index: 100;
		background: url(/app/css/images/assets/40-trans-bg.png) repeat top left;
		color: #fff;
		height: 30px;
		font-size: 16px;
	}

		#features .itemlinks li, #features .itemlinks ol {
			float: left;
		}

		#features li .number {
			margin-top: 0pt;
			margin-left: 5px;
			display: block;
			padding: 7px 5px 1px 5px;
			height: 30px;
			cursor: pointer;
			font-weight: normal;
		}

			#features .itemlinks .active .number {
				background-color: #f00;
			}

		#features .itemlinks .title {
			display: none;
		}

		#features .items li {
			position: absolute;
			top: 0;
			left: 0;
		}

#header_left{
	width:885px;
	float:left;
}