
.textSlideContent {
	width: 100%;
	margin-top: 40px;
	color: #ffffff;
	height:310px;

}

	.coda-slider-wrapper {
	width: 100%;


}
	.coda-slider {
	color: #000000;
	font-size: 13px;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 116px; overflow: auto !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 880px;
	padding-bottom: 0px;

} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 580px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a {
	background: #000 url(scroll-left.jpg) no-repeat;
	color: #fff;
	padding: 0px;
	height: 116px;
	width: 20px;
}
	.coda-nav-right a {
	background: #000 url(scroll-right.jpg) no-repeat;
	color: #fff;
	padding: 0px;
	height: 116px;
	width: 20px;
}
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 2px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	bottom: 551px;
	right: 8px;
	background-image: url(bg_slide-text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	filter:alpha(opacity=90);
    16 -khtml-opacity: 0.9;  
	17 -moz-opacity:0.9;  
	18 opacity: 0.9;  
	opacity: 0.9;
	width: 343px;
	height: 251px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-top:12px;
	}
	
	

	.coda-nav ul li {
	display: block;
	list-style-type: none;
	margin:0px;
	padding:0px;
	}
	
		/* Tab nav */
	.coda-nav ul li a.current { 
	background-attachment: scroll;
	background-image: url(bg_morelinks.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
    background-color: #1c2628;
	
	}
	
	.coda-nav ul li a {
	color: #ffffff;
	display: block;
	margin-left: 10px;
	margin-right: 8px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: 500;

	 }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	



