#features {
	width:250px;
	height:60px;
	position:relative;
	padding-left:15px;
}
#features #feature-links {
	display:block;
	height:1em;
	margin:0;
	text-align:right;
}
#features #feature-links li {
	height:36px;
	width:36px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 4px;
}

#features #feature-links li a {
	background:url(../images/button.png) no-repeat left top;
	color:white;
	display:block;
	font-size:1.2em;
	height:31px;
	width:36px;
	text-align:center;
	text-decoration:none !important;
	opacity:0.85;
	padding-top:5px;
}

#features #feature-links li a:hover {
	background:url(../images/button.png) no-repeat left bottom;
	display:block;
	text-align:center;
	text-decoration:none !important;
}

#features #feature-links li a.active{
	background:url(../images/button.png) no-repeat left bottom !important;
	opacity:1.0 !important;
}

#features .feature-story {
	background:white none repeat scroll 0 0;
	left:0;
	position:absolute;
	top:0;
}

#features h2.feature-title, #features span.feature-title {
	background:transparent none repeat scroll 0 0;
	border-color:#B2B3B5 -moz-use-text-color;
	border-style:solid none;
	border-width:1px medium;
	color:#0C3966;
	font-size:1.8em;
	font-weight:normal;
	height:1.2em;
	left:0;
	margin:0;
	padding:0 5px 0 0;
	position:absolute;
	text-align:right;
	text-shadow:0.1em 0.1em 0.3em #999999;
	top:254px;
	width:512px;
	background:white none repeat scroll 0 0;
	display:block;
	opacity:0.85;
}

#features .feature-photo {
	border:0 none;
	display:block;
	margin:0;
}


#features #feature-links li.layout-btn{
	height:36px;
	width:95px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 5px;
}

#features #feature-links li.layout-btn a {
	background:url(../images/layout-btn.png) no-repeat left top;
	color:white;
	display:block;
	font-size:1.2em;
	height:31px;
	width:95px;
	text-align:center;
	text-decoration:none !important;
	opacity:0.85;
	padding-top:5px;
}

#features #feature-links li.layout-btn a:hover {
	background:url(../images/layout-btn.png) no-repeat left bottom;
	display:block;
	text-align:center;
	text-decoration:none !important;
}

#features #feature-links li.layout-btn a.active{
	background:url(../images/layout-btn.png) no-repeat left bottom !important;
	opacity:1.0 !important;
}


