/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body { padding: 0 }

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

	.coda-slider-wrapper { width: 450px; height:189px; }
	.coda-slider { width: 430px; height:169px; padding:10px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.panel { width: 450px; height:189px; }
	
	/* Tab nav */
	.coda-nav { height:39px; padding:5px; text-align:left; }
	.coda-nav ul li a.current { list-style:none; list-style-type: none; height:20px; padding:8px; color: #000; text-decoration: none; background-color:#FFF; margin:0; }
	
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { list-style:none; list-style-type:none; clear: both; display: block; overflow: hidden; margin: 0; height:32px; padding-top:12px; }
	.coda-nav ul li { list-style:none; display: inline; margin:8px; list-style-type:none; }
	.coda-nav ul li a { list-style:none; height:20px; padding:8px; color: #000; text-decoration: none; background-color:#FFC57B;  margin:0}
	
	/* 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 }
	