#features {
	position: relative;
	top: 10px;
	left: -30px;
	background: #000;
	width: 940px;
	height: 550px;
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
	/*border: 10px #222 solid;*/
	z-index: 100;
	/*
-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
*/
}

	#features h2 {
		display: none;
	}

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

	#features .itemlinks {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 940px;
		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: right;
		}

		#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: #600;
			}

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

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