#features {
	float:left;
	margin-right:7px;
	padding:5px;
	border:solid 1px #CCC;
	background-color:#335599;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#features h2 {
	margin-bottom:0;
}
#mainFeature {
	float:left;
	height:340px;
	width:560px;
	margin-right:5px;
	position:relative;
	list-style:none;
}
#mainFeature .description {
	background-color:#000;
	color:#FFF;
	padding:15px;
	position:absolute;
	bottom:0;
	width:530px;
}
#sideFeatures {
	float:left;
}
.sideFeature {
	width:180px;
	height:110px;
	position:relative;
	cursor:pointer;
	margin-bottom:4px;
	border:solid 1px #359;
	border-top:0;
	border-bottom:0;
}
.sideFeature .description {
	background-color:#000;
	color:#FFF;
	padding:10px;
	position:absolute;
	bottom:0;
	width:160px;
}
.sideFeature .background {
	width:180px;
	height:110px;
}
.sideFeature h2 {
	font-weight:bold;
	font-size:1em;
}
#sideFeatures .selected {
	border:solid 1px #FFF;
}
#sideFeatures .selected .arrow {
	background:transparent url('/images/smallLeftArrowFFFFFF.gif') no-repeat center center;
	position:relative;
	left:-6px;
	top:50px;
	width:5px;
	height:9px;
}
#sideFeatures .overlay {
	width:180px;
	height:110px;
	position:absolute;
	z-index:99;
}
#sideFeatures .overlay:hover {
	background:#FFF;
	opacity:0.55;
	filter:alpha(opacity=55);
}
#sideFeatures .selected .current {
	background:#000;
	opacity:0.55;
	filter:alpha(opacity=55);
}
#sideFeatures .last {
	margin-bottom:0px;
}
#headlines {
	float:left;
	width:160px;
	height:346px;
	padding:2px 10px;
	color:#003366;
	background:#e8eff5;
	border:solid 1px #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#headlines h2 {
	border-bottom:solid 2px #036;
}