.oikos-feature-outer-container {
	height: 304px;
	border: none;
	background: transparent url('images/feature-background.jpg') no-repeat scroll 0 0;
	padding: 12px;
	position: relative;
	float: left;
	width: 700px;
}
/*
.oikos-feature-outer-container:after {
	content: '';
	width: 522px;
	height: 330px;
	background: transparent url('images/feature-overlay.png') no-repeat scroll 0 0;
	position: absolute;
	z-index: 150;
	top: -15px;
	left: -23px;
}
*/

/*
 * Slider-prev and slider-next are hidden by default - we progressively enhance (note some browsers
 * only allow :hover on a tags!)
 * The hover is actually controlled by the .oikos-feature-outer-container:hover selector
 * When buttons need to be hidden (when you can't go to previous or next) then we then override this
 * using jQuery to add a "hide" class to the slider-previous and slider-next.  The order of these is 
 * therefore important - the hide must come last!
 */

.oikos-feature-previous {
	display: none;
}

.oikos-feature-next {
	display: none;
}
.oikos-feature-outer-container:hover .oikos-feature-previous{ display: none; }
.oikos-feature-outer-container:hover .oikos-feature-next{ display: none; }


.oikos-feature-outer-container .oikos-feature-page-nav {
	bottom: 28px;
	right: 35px;
}

.oikos-feature-outer-container .oikos-feature-page-nav-item {
	width: 14px;
	height: 14px;
	margin-right: 6px;
	background: transparent url('images/feature-page-nav.png') no-repeat scroll -14px 0;
}
.oikos-feature-outer-container .oikos-feature-page-nav-item.selected {
	background-position: 0 0;
}
.oikos-feature-outer-container .oikos-feature-page-nav-item:hover {
	background-position: 0 0;
}

.oikos-feature-wrapper {
}

.oikos-feature-panel-container {
}

.oikos-feature-panel {
	width: 676px;
	height: 278px;
	position:relative;
}
/*
.oikos-feature-panel:after {
	content: '';
	width: 522px;
	height: 330px;
	background: transparent url('images/feature-overlay.png') no-repeat scroll 0 0;
	position: absolute;
	z-index: 150;
	top: -27px;
	left: -33px;
}
*/
.oikos-feature-image {
	display: block;
	float: left;
	width: 444px;
	height: 264px;
/*	overflow: hidden; */
	border: 5px solid #000;
}
.oikos-feature-image img {
display: block;	
}
.oikos-feature-image a:after {
	content: '';
	display: block;
	width: 522px;
	height: 330px;
	background: transparent url('images/feature-overlay.png') no-repeat scroll 0 0;
	position: absolute;
	z-index: 150;
	top: -27px;
	left: -33px;
}

.oikos-feature-image a {
	display: block;
	position: relative;
}
.oikos-feature-text {
	width: 202px;
	height: 264;
	padding: 6px 0 0 0;
	background-color: transparent;
	z-index: 200;
	font-size: 14px;
	line-height: 20px;
}

.oikos-feature-text h3 {
	font-family: CaptureitRegular, Arial, Helvitica, sans-serif;
	color: #00A9FF;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 14px 0;
}

.oikos-feature-text p {
	font-family: Georgia, Times New Roman, serif;
	color: #000;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 5px;
}

.oikos-feature-text a {
	color: #00A9FF;
	text-decoration: none;
}

.oikos-feature-text a:hover {
	text-decoration: underline;
}

p.oikos-feature-read-more {
}
span.oikos-feature-read-more-arrow {
	display: none;
	width: 0;
	height: 0;
	margin: 0;
}
