/*
	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: 20px }
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }*/

/* Most common stuff you'll need to change */

	/*.coda-slider-wrapper { padding: 20px 0 }*/
	.coda-slider { background: #ffffff }
	
	/* 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:590px; background: #ffffff} 
	

	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; /*padding-left:20px;*/ padding-top:20px; background: #ffffff }
	
	/* 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 { border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 35px;
padding-left:0px;
width:590px;
}
	.coda-nav ul li { display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}
	.coda-nav ul li a:link, .coda-nav ul li a:visited { background: #f3f3f3;
border: 1px solid #ccc;
color: /*#008540*/#006699;
float: left;
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: /*14*/30px;
margin-right: 2px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}
	
	/* Tab nav */
	.coda-nav ul li a:link.current, .coda-nav ul li a:visited.current { background: #fff;
border-bottom: 1px solid #fff;
}
	
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; background: #ffffff }
	.coda-slider { float: left; overflow: hidden; position: relative; background: #ffffff }
	.coda-slider .panel { display: block; float: left; background: #ffffff }
	.coda-slider .panel-container { position: relative; background: #ffffff }
	