/* Stuff to change */

	.coda-slider-wrapper { position:relative; overflow: hidden; width: 760px; height:320px; }
	.coda-slider { background: #fff url(../images/coda/coda-bg.jpg) repeat-x; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 285px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 760px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 760px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { width: 46px; height:285px; display: block; text-align: center; text-decoration: none; }
	
	/* Tab nav */
	.coda-nav { width: 760px; height: 34px; background: #fff url(../images/coda/coda-top-bg.jpg) repeat-x bottom left; }
	.coda-nav ul li a.current { background: transparent url(../images/coda/coda-tab-active.png) no-repeat; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { height: 285px; overflow: hidden; }
	
	/* Preloader */
	.coda-slider p.loading { 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-left: 10px; overflow: hidden; }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a { width:119px; height:34px; background: transparent url(../images/coda/coda-tab-inactive.png) no-repeat; color: #000; display: block; float: left; text-decoration: none; }

	.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 { position: absolute; top:34px; text-ident: -9000em; z-index: 1; }
	.coda-nav-left { background: url("../images/coda/arrow-left.png") no-repeat right; left:10px; }
	.coda-nav-right { background: url("../images/coda/arrow-right.png") no-repeat left; right: 5px; }
	