/*****   FEATURES: This section applies to the "Features" box        *****/
	
	#features {
		position: relative;
		width:  500px;
	}
	#features-item {
        display:block;
		height: 400px;
	}
     	
    body.js #features #feature-2, body.js #features #feature-3, body.js #features #feature-4, body.js #features #feature-5 {
			display: none;
    }
		
    #features .feature-story {
 			background: white;
			height: auto;
			left: 0;
			position: absolute;
			top: 0;
		}
	/* background-color: #DFC3CA; */
	#features h2.feature-title, #features span.feature-title {
		background: none;
		border: none;
		border-bottom: 1px solid #b2b3b5;
		border-top: 1px solid #b2b3b5;
		font-size: 1.2em;
		height: 1.0em;
		left: 0;
		margin: 0;
		padding: 0 5px 0 0;
		position: absolute;
		text-align: right;
		text-shadow: .1em .1em .3em #999;
		top: 354px;
		width: 98%;
		height: 20px;
		font-weight:bolder;
	}
	
	#features span.feature-title {
		background: white;
		display: block;
		opacity: .85;
	}
	
	#features #feature-links {
		display: block;
		height: 1em;
		margin: 0;
		position: absolute;
		right: 10px;
		text-align: right;
		top:250px;
		z-index: 50;
	}
		
    #features #feature-links li {
			border: 1px solid #ccd;
			float: left;
			list-style: none;
			margin: 0 5px;
			padding: 0;
    }
		
    #features #feature-links li a {
			background: #999;
			color: white;
			display: block;
			font-size: 1.2em;
			height: 5px;
			opacity: .85;
			padding: 0 0 15px;
			text-align: center;
			text-decoration: none !important;
			width: 20px;
    }
		
    #features #feature-links li .feature-link:hover {
			opacity: 1;
    }
		
    #features #feature-links li a.active:hover {
			opacity: .85;
    }
		
    #features #feature-links li #feature-link-1:hover, #features #feature-links li #feature-link-1.active {
			background: #bb2626;
    }
		
    #features #feature-links li #feature-link-2:hover, #features #feature-links li #feature-link-2.active {
			background: #e68429;
    }
		
    #features #feature-links li #feature-link-3:hover, #features #feature-links li #feature-link-3.active {
			background: #1b9ebc;
    }
		
    #features #feature-links li #feature-link-4:hover, #features #feature-links li #feature-link-4.active {
			background: #811ba3;
    }
		
    #features #feature-links li #feature-link-5:hover, #features #feature-links li #feature-link-5.active {
			background: #075d00;
    }
	
	#features .feature-photo {
		border: 1px solid #b2b3b5;
		border-radius: 2px;
		display: block;
		margin: 0;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	#features .feature-info p {
	   text-align: left;
	   width :100%;
	   font-size: 1.00em;
	   font-weight: 500;
	}	

	
	#features p {

	}
	
	#features ul.feature-morelinks {
		background: #eef1f4;
		border: 1px solid white;
		border-radius: 6px;
		margin: 9px 1em .25em 350px;
		padding: 2px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
		
    #features ul.feature-morelinks li {
			list-style: none;
			margin: 0;
			padding: 0;
			text-align: left;
    }
		
    #features ul.feature-morelinks li a {
			border: 1px solid transparent;
			border-bottom: 1px solid white;
			display: block;
			margin: 0;
			padding: 0 0 .25em;
			text-decoration: none !important;
			width: 160px;
    }
		
    #features ul.feature-morelinks li.last a {
			border-bottom: 1px solid transparent;
    }
		
    #features ul.feature-morelinks li.first a:hover {
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
    }
		
    #features ul.feature-morelinks li.last a:hover {
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-right-radius: 3px;
    }
		
    #features ul.feature-morelinks li a:hover {
			background: #dce3ea;
			color: #307ef2;
    }
	
	.feature-hidden-content {
		display: none;
	}
/* Additional Items */	
#features span.feature-title
{
	background: #799;
	opacity: 0.65;
}

#features h2.feature-title, #features span.feature-title
{
  
	border: 0;
	color: white;
	font-weight: normal;
	text-shadow: none;
	top: 0px;
	height: 30px;
	text-align: left;
	width: 97%;




}

#features h2.feature-title
{
	padding: 0.2em 0.5em;
}

#features .feature-photo {
	border: 0;
	width: 490px;
	height: 250px;
}

#features p
{
	font-size: 13px;
}