@media only screen and (min-width: 700px) {
.feature-shadow {
	background:url("../images-feature/feature-shadow-760.png") no-repeat 0 324px;
	height:324px;
	width: 749px;
	float: left;
	padding-bottom: 10px;
	margin-right: 10px;
}
}
@media only screen and (max-width: 700px) {
.feature-shadow {
	display:none;
}
}
div#feature_list {
	width: 749px;
	height: 324px;
	overflow: hidden;
	position: relative;
	background:url("../images-feature/bg-darkgrey-teal-4.png") repeat-x;
	z-index: 10;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#fltabs {
	left: 0;
	z-index: 8;
	width: 280px;
}
ul#fltabs h3 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1em;
}
ul#fltabs li {
	font-size: 1em;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	/*font-weight: bold;*/
	padding:0;
	margin:0;
	background:none;
	/*border-bottom:#AF9B69 solid 1px;*/
}
ul#fltabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
ul#fltabs li a {
	color: #eeeeee;
	text-decoration: none;
	display: block;
	padding: 5px 18px 4px 5px;
	height: 72px;
	outline: none;
}
ul#fltabs li a:hover {
	text-decoration: none;
}
ul#fltabs li a.current {
	background:  url("../images-feature/tab-current-teal-4.png");
	color: #ffffff;
	z-index: 9;
}
ul#fltabs li a.current:hover {
	text-decoration: none;
	/*cursor: default;*/
}
ul#floutput {
	right: 0;
	width: 486px;
	height: 324px;
	position: relative;
}
ul#floutput li {
	position: absolute;
	width: 486px;
	height: 324px;
	padding:0;
}
ul#floutput li a.fl-imagelink {
	position: absolute;
}
ul#floutput li a.fl-textlink {
	position: absolute;
	width: 462px;
	bottom: 0px;
	right: 0px;
	padding: 4px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	-moz-border-radius: 5px;
	background:rgb(71,87,100);
	background:rgba(71,87,100,0.8);
	-ms-filter:alpha(opacity=80);
	filter:alpha(opacity=80);
	text-align: right;
}
ul#floutput li a:hover {
	background: #475764;
	background:rgba(71,87,100,1);
	-ms-filter:alpha(opacity=100);
	filter:alpha(opacity=100);
}

