#features {
	position: relative;
	top: -10px;
	left: -30px;
	background: #fff;
	height: 430px;
	width: 900px;
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
	border: 10px #f90 solid;
	z-index: 100;
}

	#features h2 {
		display: none;
	}

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

	#features .itemlinks {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 900px;
		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: 0;
			display: block;
			padding: 7px 5px 1px 5px;
			height: 30px;
			cursor: pointer;
			font-weight: normal;
		}

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

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

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