.coda-slider-wrapper { padding: 20px 20px 0 20px;}
.coda-slider { 
	background-color:white;
	float: left; 
	overflow: hidden; 
	position: relative;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.coda-slider, .coda-slider .panel { width: 941px } 

/* Panel padding */
.coda-slider .panel-wrapper { padding: 20px; position: relative; }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Tabbed nav */
.coda-nav {
	width:943px !important;
	background-image: url(../images/features_nav_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.coda-nav ul { clear: both; display: block; margin: auto; padding:0 10px; overflow: hidden;}
.coda-nav ul li { display: inline; cursor: pointer; }
.coda-nav ul li a {
	color: #666666;
	font-weight: bold;
	display: block;
	float: left;
	padding: 5px 12px;
	font-size:1.1em;
	text-decoration: none;
	cursor: pointer;
	text-shadow:0px 1px 0px white;
}
.coda-nav ul li a.current {
	background-color:white;
	color:#58830A;
	margin-top:3px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/* nav */
.coda-nav-left a, .coda-nav-right a { 
	background-image: url(../images/features_nav.gif);
	background-repeat: none;
	background-position: left top;
	display: block; 
	width: 31px;
	height: 31px;
	text-align: center; 
	text-decoration: none;
	text-indent: -900em;
}
.coda-nav-right a {
	background-position: right top;
}
.coda-nav-right a:hover {
	background-position: right -100px;
}
.coda-nav-left a:hover {
	background-position: left -100px;
}
.coda-nav-left {
	position:absolute;
	left:-35px;
	top:240px; 
	width: 31px;
	height: 31px;
}
.coda-nav-right {
	position:absolute;
	right:-35px;
	top:240px;
	width: 31px;
	height: 31px;
}

.coda-slider-wrapper { clear: both; overflow: hidden }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }

.slider_shadow {
	background-image: url(../images/features_shadow_bottom.gif);
	background-repeat: none;
	background-position: center top;
	width:940px;
	height:18px;
	position: relative;
	margin:0 0 40px 20px;
}

/* features content */
h2.title {display:none;}
.panel-wrapper h2 {color:#FF8400;}

.panel-wrapper.overview .feature_image {float:right; margin:0 -10px 0 0;}
.panel-wrapper.overview .feature_text {position: absolute;left:20px;padding-top:14px;width:330px;}
.panel-wrapper {min-height:402px;}

.panel-wrapper.profile .feature_image {margin:14px 0 0 -6px;z-index: 1;}
.panel-wrapper.profile .feature_text {position: absolute;right:20px;padding-top:14px;width:397px;z-index: 2;}

.panel-wrapper.activity .feature_image {margin:14px 0 0 -6px;}
.panel-wrapper.activity .feature_text {position: absolute;right:20px;padding-top:14px;width:397px;}

.panel-wrapper.conversations .feature_image {margin:14px 0 0 -6px;}
.panel-wrapper.conversations .feature_text {position: absolute;left:20px;padding-top:14px;width:460px;}

.panel-wrapper.groups .feature_image {float:right;margin-right:-10px;margin-bottom:20px;}
.panel-wrapper.groups .feature_text {position: absolute;left:20px;padding-top:14px;width:360px;}

.panel-wrapper.communities .feature_image {float:right;margin-right:0;margin-top:-20px;}
.panel-wrapper.communities .feature_text {position: absolute;left:20px;padding-top:14px;width:280px;}

.panel-wrapper.admin .feature_image {float:right;margin-right:0;margin-top:10px;margin-bottom:10px;}
.panel-wrapper.admin .feature_text {position: absolute;left:20px;padding-top:14px;width:240px;}

.panel-wrapper.content .feature_image {margin:14px 0 0 -6px;}
.panel-wrapper.content .feature_text {position: absolute;left:20px;padding-top:14px;width:415px;}

.panel-wrapper.export .feature_image {float:right;margin-right:-20px;margin-bottom:20px;}
.panel-wrapper.export .feature_text {position: absolute;left:20px;padding-top:14px;width:360px;}
.panel-wrapper.export {min-height:280px;}


