.features {
	clear: left;
	overflow: hidden;
	position: relative;
	background: #000 url('../images/loader.gif') no-repeat center;
	width: 600px;
	height: 384px;
	margin: 10px 0;
	border: 1px solid #235c71;
}

.includeme {
	display: block;
}

.features .fhold {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 320px;
	z-index: 996;
}

.features .ui-tabs-hide { display: none; }

.features .feature-text {
	position: absolute;
	width: 600px;
	height: 20px;
	padding: 4px;
	background: #000 url('../images/featured-text_bg.gif') repeat-x; 
	color: #fff;
	left: 0;
	bottom: 0;
	z-index: 997;
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	-ms-filter: "alpha (opacity=40)";
}

.features .feature-text p {
	width: 590px; height: 20px; overflow: hidden; line-height: 18px;
}
.features .selections {
	float: left;
	width: 600px;
	padding: 0;
	position: absolute;
	bottom: 4px;
	left: 4px;
	z-index: 998;
}

.features .selections li { display: block; float: left; list-style: none; margin-left: 6px; cursor: pointer; width: 54px; height: 34px; overflow: hidden; }

.features .selections img { padding:0; margin:0; border: 2px solid #9b9b9b; cursor: pointer; }

.features .selections .ui-tabs-selected img { padding: 0; border: 2px solid #133C72; }

.features .selections a, .features .selections a:link, .features .selections a:visited, .features .selections a:hover, .features .selections a:active, .features .selections a:focus { border: none; outline: none; }

.features h3, .features h3 a:link, .features h3 a:visited { color: #fff; text-decoration: none; font-size: 22px; line-height: 20px; font-weight: bold; }
.features h3 a:hover, .features h3 a:active, .features h3 a:focus { color: #fff; text-decoration: none; }
.features p { color: #fff; font-size: 14px; font-weight: normal; }
