.features {
	width: 773px;
	margin: 5px auto;
	height: 214px;
	clear: both;
}
.feature-box {
	/* position this so children can be positioned 
	relative to this */
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	height: 214px;
}
.feature-box a {
	text-decoration: none;
}
.feature-box a:hover {
	text-decoration: underline;
}
.feature-box .screen {
	position: absolute;
	z-index: 20;
}
.feature-box .frame {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 40;
}
.feature-box .caption {
	color: #FC6;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 4px 5px;
	position: absolute;
	height: 3em;
	left: 6px;
	bottom: -0.2em;
	background: url(/images/features_caption_bg_383x120.gif) top right no-repeat;
	z-index: 30;	
}
/* Thin Feature, with Tab on Left */
.feature-box.thin-lefttab {
	bottom: 0;
	left: 0;
}
.feature-box.thin-lefttab .screen {
	height: 205px;
	width: 180px;
	top: 5px;
	left: 16px;
}
.feature-box.thin-lefttab .caption {
	left: 16px;	
	width: 160px;
}	
.feature-box.thin-lefttab .frame {
	height: 214px;
	width: 200px;
}

/* Wide Feature, in center, no tab on frame */
.feature-box.wide {
	left: 198px;
	top: 0;
}
.feature-box.wide .screen {
	top: 5px;
	height: 205px;
	width: 365px;
	left: 6px;
}
.feature-box.wide .frame {
	width: 375px;
	height: 214px;
}
.feature-box.wide .caption {
	width: 215px;	
}
/* Thin Feature, with Tab on right */
.feature-box.thin-righttab {
	left: 570px;
	top: 0;
}
.feature-box.thin-righttab .screen {
	top: 5px;
	left: 6px;
	height: 205px;
	width: 180px;	
}
.feature-box.thin-righttab .frame {
	height: 214px;
	width: 199px;
}
.feature-box.thin-righttab .caption {
	width: 160px;
}

/* Full Width Feature, with Tab on left */
.feature-box.full-width {
	left: 0;
	top: 0;
}
.feature-box.full-width .screen {
	top: 5px;
	left: 14px;
	width: 745px;	
	height: 204px;
}
.feature-box.full-width .frame {
	width: 774px;
	height: 214px;
}
.feature-box.full-width .caption {
	width: 175px;
	left: 15px;
}

