

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

	.coda-slider-wrapper {height: 463px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 463px; overflow: auto; padding-right: 0px ; background: center top no-repeat;
		background-image: url(images/newbg.jpg);
		width: 100%; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { height: 463px} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px 0px }
	
	/* Arrow styling */
	.coda-nav-left a { background: url(images/larrow.png); height: 57px; width: 30px}
	.coda-nav-left a:hover { background: url(images/larrow_on.png); height: 57px; width: 30px}
	.coda-nav-right a { background: url(images/rarrow.jpg); height: 57px; width: 25px}
	.coda-nav-right a:hover { background: url(images/rarrow_on.png); height: 57px; width: 25px}
	
	/* Tab nav */
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; 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: 0px; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #000; display: block; float: left; margin-right: 0px; padding: 0px 0px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left {float:left; padding-left: 150px }
	.coda-nav-right { float: left}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
