

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { 
		background:url(../images/bg_aboutSlider.png) 0 0 no-repeat;
		height:534px; 
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { 
		width: 977px;
	} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	
	.coda-nav-right a {
		width:89px; height:38px;
		display:block;
		z-index:20;
		position:absolute;
		left:868px; top:466px;
		background:url(../images/nextButton.png) 0 0 no-repeat;
	}
		
	/* Tab nav */
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav {
		height:429px;
		background:url(../images/bg_aboutNav.png) 0 0 no-repeat;
	}
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {
		 display: block; 
		 float: left; 
		 margin-top:18px; margin-right: 1px; 
		 padding: 3px 6px; 
		 text-decoration: none; 
		 text-indent:-9999px; 
	}
		.tab1 a {
			width:169px; height:386px;
			margin-left:58px;
		}
		.tab2 a {
			width:225px; height:386px;
			margin-left:0;
		}
		.tab3 a {
			width:169px; height:386px;
			margin-left:0;
		}
		.tab4 a {
			width:189px; height:386px;
			margin-left:0;
		}
		.tab5 a {
			width:169px; height:386px;
			margin-left:0;
		}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; width:6000px;}
	.coda-slider { 
		float: left; 
		overflow: hidden; 
		position: relative;
		left:60px; 
	}
	.coda-slider .panel { display: block; float: left; position:relative;  }
	.coda-slider .panel-container { position: relative }
	
