/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0; margin-bottom: 2px }
	.coda-slider { background: url(/images/layout/testbanner.jpg) no-repeat }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 758px } 
	
	/* Tab nav */
	.coda-nav ul li a.current { background: url(/images/layout/bg_button_sel.jpg); color: #FFF; text-shadow: 1px 1px 1px #660000;}

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

	.coda-slider span.title { display: none }
	
	/* 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 ul { clear: both; display: block; margin: auto; overflow: hidden; background: url(/images/layout/bg_menu.jpg) repeat-x; border-top:2px solid #FFF; height: 35px }
	.coda-nav ul li { float: left; border-right: 2px solid #FFF }
	.coda-nav ul li:last-child { border-right: none }
	.coda-nav ul li a { color: #111; display: block; float: left; text-decoration: none; height: 35px; line-height:35px; width: 187px; text-align: center; text-transform: uppercase; font-weight: bold; }
	
	/* 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 }
	
